pyproject.toml: remove `wheel` from `build-system.requires`

It's not required -- see
https://github.com/pypa/packaging.python.org/pull/1050
This commit is contained in:
Ran Benita 2022-08-15 19:41:57 +03:00
parent f425dfc158
commit 56862c03cb
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ requires = [
# sync with setup.py until we discard non-pep-517/518
"setuptools>=45.0",
"setuptools-scm[toml]>=6.2.3",
"wheel",
]
build-backend = "setuptools.build_meta"