[Pkg-mpd-commits] [python-mpd] 20/262: setup.py: commenting out license/platforms

Simon McVittie smcv at debian.org
Sun May 22 18:16:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 53a5899a67eaf6f958e40276362a9593a16a2445
Author: J. Alexander Treuman <jat at spatialrift.net>
Date:   Wed Feb 27 19:19:13 2008 -0500

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list