X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=2c182a4aef111df571de847b67425d6526021f02;hp=507050fb86e8e4c265c16eddec1cacd541aaca39;hb=5d25554f5fcefa62e4c6069f7b15b208a81f8f87;hpb=7913aeb910773fcc577d973c743ec4a1f09eb914 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",