Skip to content

Commit 854030b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bf026f9 commit 854030b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)