diff --git a/setup.py b/setup.py index b29fae4f..d73019a2 100755 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ def _get_cross_compile_target(): license="MIT", cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel}, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 2", "Intended Audience :: Developers",