Skip to content

Commit d9d890e

Browse files
authored
Merge pull request #10229 from webknjaz/patch-1
Drop `wheel` from `pyproject.toml` example
2 parents 69f2855 + 71aa138 commit d9d890e

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)