From: J. Alexander Treuman <jat@spatialrift.net>
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: http://git.kaliko.me/?a=commitdiff_plain;h=53a5899a67eaf6f958e40276362a9593a16a2445;p=python-musicpd.git

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"],
 )