summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-03-23 23:09:12 -0500
committerJames Bennett <james@b-list.org>2014-03-23 23:09:12 -0500
commit1694e091f122f1c85c85317f519f5aa237cf317b (patch)
tree1307c3cc2f5437f2fcb79eef9ae62022409f3d98
parente1a6a3024fdca1160c52784bace931cdf6cd52e5 (diff)
[1.7.x] Correct oversight in trove classifiers, as this branch is now beta status.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 67482f8496..68e7d2ad5a 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ setup(
]},
zip_safe=False,
classifiers=[
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',