We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3155ba4 commit c665d9aCopy full SHA for c665d9a
source/specifications/declaring-build-dependencies.rst
@@ -34,7 +34,7 @@ An example ``build-system`` table for a project built with
34
35
[build-system]
36
# Minimum requirements for the build system to execute.
37
- requires = ["setuptools"]
+ requires = ["setuptools", "wheel"]
38
39
Build tools are expected to use the example configuration file above as
40
their default semantics when a ``pyproject.toml`` file is not present.
0 commit comments