summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-02-26 13:13:43 -0600
committerJames Bennett <james@b-list.org>2013-02-26 13:13:43 -0600
commit52093827c7c858268a0ef2c85285ec6a4114d1de (patch)
treed96785a1a19101d8d752756dca0043d9a2841641
parent61283a8208b1fb4d6197556e3f1c36cfd5c80e17 (diff)
[1.5.x] Update trove classifier for 1.5 final release.
-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',