Skip to content

Commit

Permalink
setup: build universal py2.py3 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosottile committed Jul 18, 2022
1 parent 9087328 commit 2f6eb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def read(fname):
license = "BSD",
include_package_data=True,
packages=setuptools.find_packages(),
options={'bdist_wheel':{'universal':'1'}},
classifiers = [
'License :: OSI Approved :: BSD License',
'Operating System :: MacOS :: MacOS X',
Expand Down

0 comments on commit 2f6eb72

Please sign in to comment.