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 dep from pyproject.toml (#765)
The `wheel` dependency is added automatically by setuptools build backend (since day one) and therefore should not be specified explicitly. Listing it in documentation was a historical mistake and has been corrected since. See: pypa/setuptools@f7d30a9
- Loading branch information