X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=20ab4e1f561934756718710cfe84f739e57f284e;hp=672fcc49b18a31cf334f2ca75c3cba8eb3115249;hb=e1d58548e70307cc5be7eb742d8dac70e78a1ad8;hpb=0a2bc970f75e7963af0da849e2467ede64c79b91 diff --git a/setup.py b/setup.py index 672fcc4..20ab4e1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ along with this program. If not, see .\ setup( name="python-mpd", - version="0.1.0", + version="0.2.1", description="Python MPD client library", long_description=DESCRIPTION, author="J. Alexander Treuman", @@ -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"], )