]> kaliko git repositories - python-musicpd.git/commitdiff
setup.py: updating classifiers
authorJ. Alexander Treuman <jat@spatialrift.net>
Mon, 13 Dec 2010 22:18:27 +0000 (17:18 -0500)
committerJ. Alexander Treuman <jat@spatialrift.net>
Mon, 13 Dec 2010 22:18:27 +0000 (17:18 -0500)
License is now LGPL, not GPL.  Also, I think it's about time we consider
python-mpd to be production-ready. ;)

setup.py

index 507050fb86e8e4c265c16eddec1cacd541aaca39..2c182a4aef111df571de847b67425d6526021f02 100644 (file)
--- 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",