Build universal wheels

This tells wheel that the packages are compatible with Python 2 and 3.

The wheel currently on PyPI is only tagged 'py2', so installing on
Python 3 uses the sdist.
This commit is contained in:
Thomas Kluyver
2017-02-04 11:33:36 +00:00
committed by Dave Halter
parent 7020086166
commit adc08785b6

2
setup.cfg Normal file
View File

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