summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 11:20:28 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 11:20:28 -0500
commit5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4 (patch)
tree010d0fcd2e076200e9e30227e1e66a3781cbd91a /setup.cfg
parent1ec83033e96d43c147041f4f44639ee50152d1f6 (diff)
downloadflake8-5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4.tar.gz
Update the packaging so wheels work
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 831bd62..218ddcc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,6 +8,9 @@ universal=1
requires-dist =
enum34; python_version<"3.4"
configparser; python_version<"3.2"
+ pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
+ pycodestyle >= 2.0.0, < 2.1.0
+ mccabe >= 0.5.0, < 0.6.0
[pytest]
norecursedirs = .git .* *.egg* old docs dist build