Skip to content

Commit 56862c0

Browse files
committed
pyproject.toml: remove wheel from build-system.requires
It's not required -- see pypa/packaging.python.org#1050
1 parent f425dfc commit 56862c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ requires = [
33
# sync with setup.py until we discard non-pep-517/518
44
"setuptools>=45.0",
55
"setuptools-scm[toml]>=6.2.3",
6-
"wheel",
76
]
87
build-backend = "setuptools.build_meta"
98

0 commit comments

Comments
 (0)