commit | 071727d25cc66aefa94b182599234b745671d8e5 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Wed Jan 27 18:02:45 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Wed Jan 27 18:02:45 2016 +0100 |
tree | 5a66afe28c5c3ba8f19a74bf73990f40d3d194d1 | |
parent | b10daf443a577b918fdc8f25b19bf25abcfdf717 [diff] |
add settings for flake8 and bdist_wheel
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..9c64f78 --- /dev/null +++ b/setup.cfg
@@ -0,0 +1,7 @@ +[bdist_wheel] +universal=1 + +[flake8] +max-line-length = 120 +ignore = E265 +