Skip to content

Commit

Permalink
Remove wheel dependency from docs example (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Jul 8, 2022
2 parents 3ce04a1 + 21d8388 commit 4d00d50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build_meta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you put the following configuration in your ``pyproject.toml``:
.. code-block:: toml
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools"]
build-backend = "backend"
backend-path = ["_custom_build"]
Expand Down
1 change: 0 additions & 1 deletion docs/setuptools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ To use this feature:
[build-system]
requires = [
"setuptools >= 40.9.0",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 4d00d50

Please sign in to comment.