diff --git a/setup.py b/setup.py index 9a330b9..ad3dca3 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( license=package.__license__, packages=find_packages(), classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',