Skip to content

Commit 05fb0b0

Browse files
committed
Add a note that Poetry supports [project] now
Fixes #1771
1 parent b42cd5a commit 05fb0b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ three possible TOML tables in this file.
2929
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+
A notable exception is Poetry_, which before version 2.0 (released January
33+
5, 2025) did not use the ``[project]`` table, it used the ``[tool.poetry]``
34+
table instead. With version 2.0, it supports both.
3435
Also, the setuptools_ build backend supports both the ``[project]`` table,
3536
and the older format in ``setup.cfg`` or ``setup.py``.
3637

0 commit comments

Comments
 (0)