summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 09:59:55 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 09:59:55 +0200
commitb04908899886273f32e82b8a3ce85c1014e24304 (patch)
treeeaf500213468d122f5413d38bceebd3c92e32be6 /setup.cfg
parente66913146492056188f5f4f37c988ebb9413e093 (diff)
downloadpep8-b04908899886273f32e82b8a3ce85c1014e24304.tar.gz
Tests should pass for the tarball distributed on PyPI; issue 267
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e40900..65ca96d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,7 @@
[wheel]
universal = 1
+
+[pep8]
+select =
+ignore = E226,E24
+max_line_length = 79