From 2a94f3ae763798cc195fc90bca928765025cf7f7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:57:31 +0100 Subject: [PATCH] Add anchor links for license and license-files --- source/guides/writing-pyproject-toml.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/guides/writing-pyproject-toml.rst b/source/guides/writing-pyproject-toml.rst index cfde063aa..f77b83b7f 100644 --- a/source/guides/writing-pyproject-toml.rst +++ b/source/guides/writing-pyproject-toml.rst @@ -322,6 +322,8 @@ You can also specify the format explicitly, like this: readme = {file = "README.txt", content-type = "text/x-rst"} +.. _license: + ``license`` ----------- @@ -386,6 +388,8 @@ license, both to avoid confusion and because some organizations avoid software whose license is unapproved.) +.. _license-files: + ``license-files`` -----------------