mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Merge branch 'dev-status' into 'master'
Add "Development Status" classifier to setup.py See merge request !172
This commit is contained in:
commit
9145674cf2
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