Skip to content

Commit bd26de9

Browse files
authored
No longer suggest wheel in build-requires for PEP 517 builds (#1050)
1 parent f3e1dd5 commit bd26de9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ so open :file:`pyproject.toml` and enter the following content:
107107
.. code-block:: toml
108108
109109
[build-system]
110-
requires = [
111-
"setuptools>=42",
112-
"wheel"
113-
]
110+
requires = ["setuptools>=42"]
114111
build-backend = "setuptools.build_meta"
115112
116113

0 commit comments

Comments
 (0)