uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Get rid of wheel as a dependency

Open DimitriPapadopoulos opened this issue 3 months ago • 0 comments

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 avatar Oct 13 '25 19:10 DimitriPapadopoulos