We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb7d0b6 + 05fb0b0 commit 92ca83bCopy full SHA for 92ca83b
source/guides/writing-pyproject-toml.rst
@@ -29,8 +29,9 @@ three possible TOML tables in this file.
29
On the other hand, the ``[project]`` table is understood by *most* build
30
backends, but some build backends use a different format.
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.
+ A notable exception is Poetry_, which before version 2.0 (released January
+ 5, 2025) did not use the ``[project]`` table, it used the ``[tool.poetry]``
34
+ table instead. With version 2.0, it supports both.
35
Also, the setuptools_ build backend supports both the ``[project]`` table,
36
and the older format in ``setup.cfg`` or ``setup.py``.
37
0 commit comments