]> git.ipfire.org Git - thirdparty/tornado.git/commit
setup: Remove override of bdist_wheel 3433/head
authorBen Darnell <ben@bendarnell.com>
Thu, 24 Oct 2024 13:33:13 +0000 (09:33 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 24 Oct 2024 13:33:13 +0000 (09:33 -0400)
commitb690f4c36c34273353afd4a90e7a488fe5d2b98a
tree8f87f1b6fc3323e003736b045e11e2f74397f0ac
parentfbbf1268c753e8282cea708caceead9ab72b60ba
setup: Remove override of bdist_wheel

This is no longer necessary in recent versions of setuptools
(and we now check that abi3 is used properly in official releases).
The bdist_wheel implementation is being moved from the wheel package
into setuptools so overriding it will stop working in the future.

Follows the example of https://github.com/joerick/python-abi3-package-sample/pull/30

Replaces #3425
setup.py