[1.6.x] Correctly update development-status classifier.

This commit is contained in:
James Bennett 2013-11-06 08:59:40 -06:00
parent a71ff76235
commit c89a56d9fe
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ setup(
package_data=package_data,
scripts=['django/bin/django-admin.py'],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',