From e354b41a90df9e1716c6afabc3404f7323d04480 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Fri, 13 Dec 2024 14:51:11 +0100 Subject: [PATCH] fixup! fixup! Update pyproject.toml specification according to PEP 639 --- source/specifications/pyproject-toml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specifications/pyproject-toml.rst b/source/specifications/pyproject-toml.rst index 24334e5b1..7e575b9aa 100644 --- a/source/specifications/pyproject-toml.rst +++ b/source/specifications/pyproject-toml.rst @@ -284,7 +284,7 @@ Tools consuming this field SHOULD reject invalid values with an error. Tools MUST assume that license file content is valid UTF-8 encoded text, and SHOULD validate this and raise an error if it is not. -Literal paths (e.g. :file:`LICENSE`) are treated as valid globs which means they +Literal paths (e.g. :file:`LICENSE`) are valid globs which means they can also be defined. Build tools: