diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 11:20:28 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 11:20:28 -0500 |
| commit | 5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4 (patch) | |
| tree | 010d0fcd2e076200e9e30227e1e66a3781cbd91a /setup.cfg | |
| parent | 1ec83033e96d43c147041f4f44639ee50152d1f6 (diff) | |
| download | flake8-5d1150cc2709f79510cbc3b3b37d4ddebb97a1f4.tar.gz | |
Update the packaging so wheels work
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
