From d3e2bcd482497cb3e40aa4889bb19ba6b50add5a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 17 Jul 2014 15:15:45 +0200 Subject: [PATCH] change development status to production/stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0f5ce7..0b8971b 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( 'sphinx', ], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'License :: OSI Approved :: BSD License',