X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=e5b82559eda42325fe6625553562cc47809fa192;hp=672fcc49b18a31cf334f2ca75c3cba8eb3115249;hb=refs%2Ftags%2Fv0.1.0;hpb=3ba0e8f96227e55577beece31e7fa48b77ee9b43 diff --git a/setup.py b/setup.py index 672fcc4..e5b8255 100644 --- a/setup.py +++ b/setup.py @@ -46,9 +46,9 @@ setup( download_url="http://pypi.python.org/pypi/python-mpd/", py_modules=["mpd"], classifiers=CLASSIFIERS, - license=LICENSE, + #license=LICENSE, keywords=["mpd"], - platforms=["Independant"], + #platforms=["Independant"], )