Skip to content

Commit 71aa138

Browse files
authored
Drop wheel from pyproject.toml example
It is unnecessary and has been deleted from the setuptools' docs too. The setuptools' PEP 517 build backend implementation has been auto-adding the `wheel` dependency since it's first been implemented.
1 parent 69f2855 commit 71aa138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/explanation/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Next, place a ``pyproject.toml`` file in the root of your package:
1717
.. code-block:: toml
1818
1919
[build-system]
20-
requires = ["setuptools>=42", "wheel"]
20+
requires = ["setuptools >= 42"]
2121
build-backend = "setuptools.build_meta"
2222
2323
and a ``setup.cfg`` file containing your package's metadata with the following minimum content:

0 commit comments

Comments
 (0)