diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-02 20:48:26 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-02 20:48:26 -0600 |
| commit | eafc91ae6ad5c05b3e036733d73a0edac9070192 (patch) | |
| tree | ca71273c5f33b3460e0b3cb374c5ea3861810df0 /setup.cfg | |
| parent | 0645ec3ef771c8e2e6ef39bdd5eb360067d147b9 (diff) | |
| download | flake8-eafc91ae6ad5c05b3e036733d73a0edac9070192.tar.gz | |
Add handling and decision making for select and ignore
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,3 +3,7 @@ test=pytest [bdist_wheel] universal=1 + +[metadata] +requires-dist = + enum34; python_version<"3.4" |
