mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Fix / improve recently merged patches + CI
This commit is contained in:
parent
f00d483ea5
commit
d4b0073167
7 changed files with 57 additions and 29 deletions
10
setup.cfg
10
setup.cfg
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue