Skip to content

Commit cd971b8

Browse files
committed
Add universal wheel support
See http://pythonwheels.com/ When uploading to PyPI use: $ python setup.py sdist bdist_wheel upload Refs #250
1 parent ecf1121 commit cd971b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

0 commit comments

Comments
 (0)