Skip to content

Commit 3769ad7

Browse files
committed
Stop telling users to use wheel as build dep
1 parent 6ff621b commit 3769ad7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/html/reference/build-system/pyproject-toml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ build-backend = "setuptools.build_meta:__legacy__"
141141

142142
If a project has a `build-system` section but no `build-backend`, then:
143143

144-
- It is expected to include `setuptools` and `wheel` as build requirements. An
144+
- It is expected to include `setuptools` as a build requirement. An
145145
error is reported if the available version of `setuptools` is not recent
146146
enough.
147147

news/12449.doc.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Updated the ``pyproject.toml`` document to stop suggesting
2+
to depend on ``wheel`` as a build dependency directly.

0 commit comments

Comments
 (0)