build universal wheels (for python 2 and 3)

closes #83
This commit is contained in:
jab 2018-12-11 18:22:17 +00:00
parent 6ec9a4a2e2
commit cc31a47bb1
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels
[bdist_wheel]
universal = 1
# http://flake8.pycqa.org/en/latest/user/configuration.html
[flake8]
ignore = E126,E128,E265,E731,W504