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 df0126e commit 3155ba4Copy full SHA for 3155ba4
source/specifications/declaring-build-dependencies.rst
@@ -18,8 +18,10 @@ Tables not defined by PyPA specifications are reserved for future use.
18
build-system table
19
------------------
20
21
+.. TODO: merge with PEP 517
22
+
23
The ``[build-system]`` table is used to store build-related data.
-Currently, only one key of the table is be valid and is mandatory
24
+Initially, only one key of the table is valid and is mandatory
25
for the table: ``requires``. This key must have a value of a list
26
of strings representing dependencies required to execute the
27
build system. The strings in this list follow the :ref:`version specifier
0 commit comments