mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +00:00
Add "Development Status" classifier to setup.py
This commit is contained in:
parent
263f664a73
commit
7824162ee6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -115,6 +115,7 @@ setuptools.setup(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Framework :: Flake8",
|
"Framework :: Flake8",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue