[Pkg-mpd-commits] [python-mpd] 73/262: setup.py: updating classifiers

Simon McVittie smcv at debian.org
Sun May 22 18:16:27 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 5d25554f5fcefa62e4c6069f7b15b208a81f8f87
Author: J. Alexander Treuman <jat at spatialrift.net>
Date:   Mon Dec 13 17:18:27 2010 -0500

    setup.py: updating classifiers
    
    License is now LGPL, not GPL.  Also, I think it's about time we consider
    python-mpd to be production-ready. ;)
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 507050f..2c182a4 100644
--- a/setup.py
+++ b/setup.py
@@ -8,9 +8,9 @@ An MPD (Music Player Daemon) client library written in pure Python.\
 """
 
 CLASSIFIERS = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",
-    "License :: OSI Approved :: GNU General Public License (GPL)",
+    "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
     "Natural Language :: English",
     "Operating System :: OS Independent",
     "Programming Language :: Python",

-- 
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