diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-07-08 13:44:36 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-07-08 14:22:51 -0700 |
| commit | d4b0073167284c2ebb8c360afa376c4ff598f70c (patch) | |
| tree | c64768fcfe07da682e8b143e7bf9a7b8db6c9153 /setup.cfg | |
| parent | f00d483ea5940ab3cb5da2ea329054aa7e6e7447 (diff) | |
| download | flake8-d4b0073167284c2ebb8c360afa376c4ff598f70c.tar.gz | |
Fix / improve recently merged patches + CI
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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= |
