From 53a5899a67eaf6f958e40276362a9593a16a2445 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 27 Feb 2008 19:19:13 -0500 Subject: [PATCH] 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). --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], ) -- 2.39.2