Skip to content

Commit 2f6eb72

Browse files
setup: build universal py2.py3 wheels
1 parent 9087328 commit 2f6eb72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def read(fname):
2424
license = "BSD",
2525
include_package_data=True,
2626
packages=setuptools.find_packages(),
27+
options={'bdist_wheel':{'universal':'1'}},
2728
classifiers = [
2829
'License :: OSI Approved :: BSD License',
2930
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)