pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.59k stars 305 forks source link

chore: remove unused wheel #1129

Closed henryiii closed 2 months ago

henryiii commented 2 months ago

This has never been required due to PEP 517's get_requires_for_build_wheel hook, is a needless download when building the SDist, and won't be required in the next setuptools release at all and will be deprecated as a library shortly after that.