This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
wheel
dependency from pyproject.toml
Remove the redundant `wheel` dependency from pyproject.toml. All setuptools version automatically expose the dependency via the PEP517 backend since day one. Listing it explicitly in build requirements was a documentation mistake that was fixed in: pypa/setuptools@f7d30a9
- Loading branch information