Skip to content

Commit 13b7737

Browse files
Redundant wheel in pyproject.toml (#1233)
The backend adds the wheel dependency automatically: The setuptools package implements the build_sdist command and the wheel package implements the build_wheel command; the latter is a dependency of the former exposed via PEP 517 hooks. Listing it explicitly in the documentation was a historical mistake and has been fixed since in pypa/setuptools@f7d30a9.
1 parent e474947 commit 13b7737

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,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64.0.0", "setuptools-scm", "wheel"]
2+
requires = ["setuptools>=64.0.0", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55

0 commit comments

Comments
 (0)