]> kaliko git repositories - python-musicpd.git/commitdiff
setup.py: commenting out license/platforms v0.1.0
authorJ. Alexander Treuman <jat@spatialrift.net>
Thu, 28 Feb 2008 00:19:13 +0000 (19:19 -0500)
committerJ. Alexander Treuman <jat@spatialrift.net>
Thu, 28 Feb 2008 00:19:13 +0000 (19:19 -0500)
The license and platforms fields should be filled out *only* if appropriate
classifiers don't already exist (which in our case, they do).

setup.py

index 672fcc49b18a31cf334f2ca75c3cba8eb3115249..e5b82559eda42325fe6625553562cc47809fa192 100644 (file)
--- 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"],
 )