diff --git a/setup.py b/setup.py index f02d15ca..705d2dd5 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def run(self, *args, **kwargs): 'Operating System :: POSIX', 'Operating System :: MacOS :: MacOS X', 'Environment :: Web Environment', - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', ], license='MIT', python_requires='>=3.6,<4',