Add "Development Status" classifier to setup.py

This commit is contained in:
Jon Dufresne 2017-01-26 18:08:43 -08:00
parent 263f664a73
commit 7824162ee6

View file

@ -115,6 +115,7 @@ setuptools.setup(
],
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Framework :: Flake8",
"Intended Audience :: Developers",