Skip to content

Commit 47c978d

Browse files
committed
Remove redundant wheel dep from pyproject.toml
Apparently, the wheel dependency is redundant as setuptools will always ensure wheel is installed. In fact, the documentation has been updated to reflect that in pypa/setuptools@f7d30a9.
1 parent f99f176 commit 47c978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
# Minimum requirements for the build system to execute.
3-
requires = ["setuptools>=61.2", "wheel"]
3+
requires = ["setuptools>=61.2"]
44
build-backend = "setuptools.build_meta"
55

66
[project]

0 commit comments

Comments
 (0)