diff --git a/setup.py b/setup.py index 97ce110..bac9ec9 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( test_requires=['pytest', 'pytest-django', ], cmdclass={'test': PyTest}, classifiers=[ - 'Development Status :: 2 - PreAlpha', + 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',