summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2010-05-17 17:42:14 +0000
committerJames Bennett <ubernostrum@gmail.com>2010-05-17 17:42:14 +0000
commitf8af1afbea65f847f0eb5549a63d2bb35dcc235b (patch)
treec3353ae1f68c6a2425174a9770e9d4a41194c6ef /setup.py
parent6276167b728256b59071781b2f40d3f48f85cbbe (diff)
downloaddjango-f8af1afbea65f847f0eb5549a63d2bb35dcc235b.tar.gz
Flip PyPI classifier from beta to stable.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 5f366220e1..c8bd8513a5 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setup(
cmdclass = cmdclasses,
data_files = data_files,
scripts = ['django/bin/django-admin.py'],
- classifiers = ['Development Status :: 4 - Beta',
+ classifiers = ['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',