From 4ceb86cad0882a6f0568a58ada154b1a5c9b66da Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 14 Aug 2010 00:48:37 +0200 Subject: [PATCH] Switch to beta status in PyPI classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33113732..5ac94c00 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( description='MPD server with Spotify support', long_description=open('README.rst').read(), classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: No Input/Output (Daemon)', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: Apache Software License',