Skip to content

Commit

Permalink
Enable universal bdist_wheel flag
Browse files Browse the repository at this point in the history
Use a universal wheel distribution because this library is both python 2 and 3 compatible.
  • Loading branch information
thijstriemstra committed Dec 13, 2016
1 parent ee1be3d commit 2328403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,3 +1,6 @@
[bdist_wheel]
universal = 1

[flake8]
ignore = E127, E128, E241, E402, E501, E731
exclude =
Expand Down

0 comments on commit 2328403

Please sign in to comment.