Declare universal wheel support

This mean the package is single source compatible with Python 2.x and
3.x. There is no need to build separate wheels.
pull/801/head
Alex Willmer 3 years ago
parent c70244cdba
commit f0ffd1616c

@ -1,3 +1,6 @@
[bdist_wheel]
universal=1
[coverage:run]
branch = true
source =

Loading…
Cancel
Save