We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9087328 commit 2f6eb72Copy full SHA for 2f6eb72
setup.py
@@ -24,6 +24,7 @@ def read(fname):
24
license = "BSD",
25
include_package_data=True,
26
packages=setuptools.find_packages(),
27
+ options={'bdist_wheel':{'universal':'1'}},
28
classifiers = [
29
'License :: OSI Approved :: BSD License',
30
'Operating System :: MacOS :: MacOS X',
0 commit comments