Update classifiers to reflect stable (#2823)

This commit is contained in:
Richard Si 2022-01-29 10:37:51 -05:00 committed by GitHub
parent a4992b4d50
commit 8acb8548c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ def find_python_files(base: Path) -> List[Path]:
}, },
test_suite="tests.test_black", test_suite="tests.test_black",
classifiers=[ classifiers=[
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",