Update classifiers to reflect stable (#2823)
This commit is contained in:
parent
a4992b4d50
commit
8acb8548c3
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user