Skip to content

Commit

Permalink
feat: Build universal wheels (#948)
Browse files Browse the repository at this point in the history
See https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 馃
  • Loading branch information
nsoranzo committed Jun 26, 2020
1 parent 21af37b commit 3e28a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

1 comment on commit 3e28a1e

@Sopo44
Copy link

@Sopo44 Sopo44 commented on 3e28a1e Apr 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20b92af2eac6ed9ba6574cbe2001b99d92180edf

Please sign in to comment.