File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ three possible TOML tables in this file.
24
24
25
25
The ``[build-system] `` table should always be present,
26
26
regardless of which build backend you use (``[build-system] `` *defines * the
27
- build tool you use).
27
+ build tool you use).
28
28
29
- On the other hand, the ``[project] `` table is understood by *most * build
29
+ On the other hand, the ``[project] `` table is understood by *most * build
30
30
backends, but some build backends use a different format.
31
31
32
- As of August 2024, Poetry _ is a notable build backend that does not use
33
- the ``[project] `` table, it uses the ``[tool.poetry] `` table instead.
32
+ As of August 2024, Poetry _ is a notable build backend that does not use
33
+ the ``[project] `` table, it uses the ``[tool.poetry] `` table instead.
34
34
Also, the setuptools _ build backend supports both the ``[project] `` table,
35
- and the older format in ``setup.cfg `` or ``setup.py ``.
35
+ and the older format in ``setup.cfg `` or ``setup.py ``.
36
36
37
37
For new projects, use the ``[project] `` table, and keep ``setup.py `` only if
38
38
some programmatic configuration is needed (such as building C extensions),
You can’t perform that action at this time.
0 commit comments