summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-01-27 18:02:45 +0100
committerChris Liechti <cliechti@gmx.net>2016-01-27 18:02:45 +0100
commit071727d25cc66aefa94b182599234b745671d8e5 (patch)
tree5a66afe28c5c3ba8f19a74bf73990f40d3d194d1 /setup.cfg
parentb10daf443a577b918fdc8f25b19bf25abcfdf717 (diff)
downloadpyserial-git-071727d25cc66aefa94b182599234b745671d8e5.tar.gz
add settings for flake8 and bdist_wheel
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
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
+