summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d117352cba..fcd6193cee 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ setup(
data_files = data_files,
scripts = ['django/bin/django-admin.py'],
classifiers = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',