Build universal wheel, as our code should run on Python 2 and 3

This commit is contained in:
2016-03-08 16:01:33 +01:00
parent 87ebdb0b2f
commit 05b0442064

2
setup.cfg Normal file
View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1