fixed development status classification
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 17 Jul 2008 22:41:37 +0000 (00:41 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 17 Jul 2008 22:41:37 +0000 (00:41 +0200)
--HG--
branch : trunk

setup.py

index 7062050a2920c33efe8d8cf1f768b855836b42d1..5e9c1d8e2da85e8c80f3627116173ed67f08a36b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ setup(
     # in form of html and txt files it's a better idea to extract the files
     zip_safe=False,
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: BSD License',