X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=e5b82559eda42325fe6625553562cc47809fa192;hp=672fcc49b18a31cf334f2ca75c3cba8eb3115249;hb=f1fcd2f66be232186ce0947b401fef2653aa550b;hpb=0a2bc970f75e7963af0da849e2467ede64c79b91 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"], )