Skip to content

Commit

Permalink
Merge pull request #773 from ftnext/i772-remove-bdist_wheel.universal
Browse files Browse the repository at this point in the history
Fix "SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated"
  • Loading branch information
ftnext authored Nov 9, 2024
2 parents c7b4cba + 8b31c7b commit 73c8cdf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[bdist_wheel]
# the `universal` setting means that the project runs unmodified on both Python 2 and 3,
# and doesn't use any C extensions to Python
universal=1

[options.extras_require]
dev =
flake8
Expand Down

0 comments on commit 73c8cdf

Please sign in to comment.