~ubuntu-branches/ubuntu/maverick/pyxdg/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python

from distutils.core import setup

setup( name = "pyxdg",
       version = "0.19",
       description = "PyXDG contains implementations of freedesktop.org standards in python.",
       maintainer = "Heinrich Wendel",
       maintainer_email = "h_wendel@cojobo.net",
       url = "http://cvs.freedesktop.org/cgi-bin/viewcvs.cgi/pyxdg/",
       packages = ['xdg'],
       license = "LGPL-2")