From 31cfabc27593439d25dbeb4ea6a2e37bece98c44 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 22 Sep 2014 21:11:22 +0100 Subject: [PATCH] update pypi classifier to Production / Stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee6d848887..eaf2cd10d0 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( license='BSD', long_description=open('README.rst').read(), classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License',