Skip to content

Commit f245191

Browse files
committed
Configure setup to make universal binaries
You can build a binary wheel with python setup.py bdist_wheel The configuration option added here will automatically make "universal" wheels, that work on Python 2 and 3.
1 parent 15fd5c1 commit f245191

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

0 commit comments

Comments
 (0)