summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2008-07-18 00:41:37 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2008-07-18 00:41:37 +0200
commita9d5922c05ffb968479ec2f6d2af217414090bff (patch)
tree2c56e6a7a9e9590c7a6fcfcd816206230b9fe8bd /setup.py
parent8ba5a19db2e180a303ab5df9af2012574d5b26a3 (diff)
downloadjinja2-a9d5922c05ffb968479ec2f6d2af217414090bff.tar.gz
fixed development status classification
--HG-- branch : trunk
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7062050..5e9c1d8 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',