Merge branch 'docs/update-plugin-dev' into 'master'

Add new Flake8 classifier to Trove list

*Description of changes*

PyPI added `Framework :: Flake8` to its list of official classifiers. This adds it to the documentation for Plugin Developers.

*Related to:*  N/A

See merge request !69
This commit is contained in:
Ian Cordasco 2016-07-09 21:24:57 +00:00
commit ee44be0c82

View file

@ -52,6 +52,7 @@ like:
],
},
classifiers=[
"Framework :: Flake8",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",