summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-07-08 13:44:36 -0700
committerAnthony Sottile <asottile@umich.edu>2019-07-08 14:22:51 -0700
commitd4b0073167284c2ebb8c360afa376c4ff598f70c (patch)
treec64768fcfe07da682e8b143e7bf9a7b8db6c9153 /setup.cfg
parentf00d483ea5940ab3cb5da2ea329054aa7e6e7447 (diff)
downloadflake8-d4b0073167284c2ebb8c360afa376c4ff598f70c.tar.gz
Fix / improve recently merged patches + CI
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 3 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 528d87b..addb35c 100644
--- a/setup.cfg
+++ b/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=