Fix / improve recently merged patches + CI

This commit is contained in:
Anthony Sottile 2019-07-08 13:44:36 -07:00
parent f00d483ea5
commit d4b0073167
7 changed files with 57 additions and 29 deletions

View file

@ -33,13 +33,7 @@ classifiers =
[options]
package_dir=
=src
packages =
flake8
flake8.api
flake8.formatting
flake8.main
flake8.options
flake8.plugins
packages = find:
install_requires=
# We document the reasoning for using ranges here:
@ -57,6 +51,8 @@ install_requires=
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
[options.packages.find]
where = src
[options.entry_points]
distutils.commands=