From 142d46cd99d244bb5a9ef7d1f4ac9de9bfd0b96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ing=2E=20Adam=20Jel=C3=ADnek?= <33990009+AdamJel@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:40:45 +0200 Subject: [PATCH] Update referenced RFC specification Update the referenced RFC specification: - from [obsoleted](https://datatracker.ietf.org/doc/html/rfc822.html) version `822`, - to [current](https://datatracker.ietf.org/doc/html/rfc5322) version `5322`. --- 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 efa562a73..26d197bd7 100644 --- a/source/specifications/pyproject-toml.rst +++ b/source/specifications/pyproject-toml.rst @@ -269,7 +269,7 @@ meaning is open to interpretation. These keys accept an array of tables with 2 keys: ``name`` and ``email``. Both values must be strings. The ``name`` value MUST be a valid email name (i.e. whatever can be put as a name, before an email, -in :rfc:`822`) and not contain commas. The ``email`` value MUST be a +in :rfc:`5322`) and not contain commas. The ``email`` value MUST be a valid email address. Both keys are optional, but at least one of the keys must be specified in the table.