[1.7.x] Correct oversight in trove classifiers, as this branch is now beta status.

This commit is contained in:
James Bennett 2014-03-23 23:09:12 -05:00
parent e1a6a3024f
commit 1694e091f1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ setup(
]}, ]},
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
'Intended Audience :: Developers', 'Intended Audience :: Developers',