Skip to content

Commit

Permalink
bdist_wheel added as universal
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 21, 2021
1 parent ff66435 commit 215f5b2
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 @@ -26,6 +26,7 @@ def main():
# maintainer_email='[email protected]',
url='https://github.com/cloudflare/python-cloudflare',
license='MIT',
options={"bdist_wheel": {"universal": True}},
packages=['cli4', 'examples']+find_packages(),
#package_dir={'CloudFlare': 'lib'}
#package_dir={'CloudFlare/examples': 'examples'},
Expand Down

0 comments on commit 215f5b2

Please sign in to comment.