Skip to content

Commit 3155ba4

Browse files
committed
Currently → Initially, + comment
1 parent df0126e commit 3155ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/specifications/declaring-build-dependencies.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Tables not defined by PyPA specifications are reserved for future use.
1818
build-system table
1919
------------------
2020

21+
.. TODO: merge with PEP 517
22+
2123
The ``[build-system]`` table is used to store build-related data.
22-
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
2325
for the table: ``requires``. This key must have a value of a list
2426
of strings representing dependencies required to execute the
2527
build system. The strings in this list follow the :ref:`version specifier

0 commit comments

Comments
 (0)