From: Armin Ronacher Date: Thu, 17 Jul 2008 22:41:37 +0000 (+0200) Subject: fixed development status classification X-Git-Tag: 2.1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d5922c05ffb968479ec2f6d2af217414090bff;p=thirdparty%2Fjinja.git fixed development status classification --HG-- branch : trunk --- diff --git a/setup.py b/setup.py index 7062050a..5e9c1d8e 100644 --- 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',