summaryrefslogtreecommitdiff
path: root/setup.py
blob: e806723d40cadefc78f5dda6433bb9db2b81ef95 (plain)
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.18",
       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")