Enable building universal wheels
Remove the use of execfile() in setup.py so it can run under python 3. Set the flag in setup.cfg to allow universal wheels.
This commit is contained in:
@@ -12,3 +12,5 @@ cover-html-dir = coverage/
|
||||
source-dir = doc/
|
||||
build-dir = doc/build/
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
Reference in New Issue
Block a user