SETUP enable build of universal wheels

This commit is contained in:
Patrick Kanzler 2016-03-06 21:38:21 +01:00
parent 4c406c1775
commit 21992d7017
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
[nosetests]
verbosity=3
with-doctest=1
with-doctest=1
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python 3.
universal=1