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.
2424
2525 The ``[build-system] `` table should always be present,
2626 regardless of which build backend you use (``[build-system] `` *defines * the
27- build tool you use).
27+ build tool you use).
2828
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
3030 backends, but some build backends use a different format.
3131
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.
3434 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 ``.
3636
3737 For new projects, use the ``[project] `` table, and keep ``setup.py `` only if
3838 some programmatic configuration is needed (such as building C extensions),
You can’t perform that action at this time.
0 commit comments