diff --git a/setup.py b/setup.py index c5917998da4..8f904d2cc99 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ def find_python_files(base: Path) -> List[Path]: }, test_suite="tests.test_black", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",