From: J. Alexander Treuman Date: Thu, 28 Feb 2008 00:19:13 +0000 (-0500) Subject: setup.py: commenting out license/platforms X-Git-Tag: v0.1.0^0 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=53a5899a67eaf6f958e40276362a9593a16a2445;hp=3ba0e8f96227e55577beece31e7fa48b77ee9b43 setup.py: commenting out license/platforms The license and platforms fields should be filled out *only* if appropriate classifiers don't already exist (which in our case, they do). --- 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"], )