Skip to content

Commit

Permalink
Stop telling users to use wheel as build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 23, 2023
1 parent 6ff621b commit b6dae52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/reference/build-system/pyproject-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ build-backend = "setuptools.build_meta:__legacy__"

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

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

Expand Down
2 changes: 2 additions & 0 deletions news/12448.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated the ``pyproject.toml`` document to stop suggesting
to depend on ``wheel`` as a build dependency directly.

0 comments on commit b6dae52

Please sign in to comment.