summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-02-02 20:48:26 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-02-02 20:48:26 -0600
commiteafc91ae6ad5c05b3e036733d73a0edac9070192 (patch)
treeca71273c5f33b3460e0b3cb374c5ea3861810df0 /setup.cfg
parent0645ec3ef771c8e2e6ef39bdd5eb360067d147b9 (diff)
downloadflake8-eafc91ae6ad5c05b3e036733d73a0edac9070192.tar.gz
Add handling and decision making for select and ignore
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f05f933..e96761b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,3 +3,7 @@ test=pytest
[bdist_wheel]
universal=1
+
+[metadata]
+requires-dist =
+ enum34; python_version<"3.4"