diff --git a/setup.py b/setup.py index d117352cbae..fcd6193ceea 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',