summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-05-30 12:44:58 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-05-30 12:51:31 -0500
commit33f982b446aa1698dcc53d3cd6277f387c79b7a3 (patch)
tree11b6b204bfe57a107738f6ab1c456c93dc77ad10 /setup.cfg
parente9ddf7533b7bbe142a5450c41f667fb1115b9262 (diff)
downloadflake8-33f982b446aa1698dcc53d3cd6277f387c79b7a3.tar.gz
Rely on Python 3.4 backport of configparser
Python 2.7's ConfigParser module does not allow for the behaviour we have documented for config files in Flake8 3.0. To compensate for that, we add a dependency on the configparser backport on PyPI for Python 2.7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8af25a3..831bd62 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,7 @@ universal=1
[metadata]
requires-dist =
enum34; python_version<"3.4"
+ configparser; python_version<"3.2"
[pytest]
norecursedirs = .git .* *.egg* old docs dist build