From cde56ce42eb10c77ad646486983bd923cddc29fa Mon Sep 17 00:00:00 2001 From: Christian Tabedzki <35670232+tabedzki@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:25:13 -0400 Subject: [PATCH] Added link to discussion "Single-sourcing the Project Version" in writing-pyproject.toml --- source/guides/writing-pyproject-toml.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/writing-pyproject-toml.rst b/source/guides/writing-pyproject-toml.rst index 1228f252b..5c2823847 100644 --- a/source/guides/writing-pyproject-toml.rst +++ b/source/guides/writing-pyproject-toml.rst @@ -110,8 +110,8 @@ similar. In such cases, you should mark the field as dynamic using, e.g., When a field is dynamic, it is the build backend's responsibility to -fill it. Consult your build backend's documentation to learn how it -does it. +fill it. Consult :ref:`Single sourcing the version discussion` for more +details. Basic information