Skip to content

Conversation

@DimitriPapadopoulos
Copy link

https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use

Historically this documentation has unnecessarily listed wheel in the requires list, and many projects still do that. This is not recommended, as the backend no longer requires the wheel package, and listing it explicitly causes it to be unnecessarily required for source distribution builds. You should only include wheel in requires if you need to explicitly access it during build time (e.g. if your project needs a setup.py script that imports wheel).

@DimitriPapadopoulos DimitriPapadopoulos force-pushed the wheel branch 2 times, most recently from ff04991 to c27ba8c Compare October 26, 2025 19:18
This is identical to 0.22.0, re-ran with CI fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants