We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wheel
1 parent 6ff621b commit 3769ad7Copy full SHA for 3769ad7
docs/html/reference/build-system/pyproject-toml.md
@@ -141,7 +141,7 @@ build-backend = "setuptools.build_meta:__legacy__"
141
142
If a project has a `build-system` section but no `build-backend`, then:
143
144
-- It is expected to include `setuptools` and `wheel` as build requirements. An
+- It is expected to include `setuptools` as a build requirement. An
145
error is reported if the available version of `setuptools` is not recent
146
enough.
147
news/12449.doc.rst
@@ -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