X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=e3418aba980dc354729a8f039cc33ebe4491c424;hp=4e3185691b8603e777ed18193367e7d59a25d159;hb=8d479631733614b46a786022a53c8e40a4e92a1b;hpb=129580789b889e62a473b5ebe4ffd3a3d3423848 diff --git a/setup.py b/setup.py index 4e31856..e3418ab 100644 --- a/setup.py +++ b/setup.py @@ -47,9 +47,9 @@ setup( download_url="http://pypi.python.org/pypi/python-musicpd/", py_modules=["musicpd"], classifiers=CLASSIFIERS, - #license=LICENSE, + license=LICENSE, keywords=["mpd"], - #platforms=["Independant"], + platforms=["Independant"], )