mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
[1.6.x] Correctly update development-status classifier.
This commit is contained in:
parent
a71ff76235
commit
c89a56d9fe
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -93,7 +93,7 @@ setup(
|
||||||
package_data=package_data,
|
package_data=package_data,
|
||||||
scripts=['django/bin/django-admin.py'],
|
scripts=['django/bin/django-admin.py'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue