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:
parent
f425dfc158
commit
56862c03cb
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue