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.

(cherry picked from commit f0ffd1616c)
pull/800/head
Alex Willmer 4 years ago
parent 7878bedff0
commit 2da5cd7aff

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

Loading…
Cancel
Save