From 303a04f48c608d5c6dc77cf2680bc01f8af80811 Mon Sep 17 00:00:00 2001 From: Ee Durbin <ewdurbin@gmail.com> Date: Thu, 19 Sep 2024 09:19:51 -0400 Subject: [PATCH] PEP 708: update reference to match implementation PyPI's existing meta elements follow a `pypi:` naming convention. Implementation in https://github.com/pypi/warehouse/pull/15716 will follow this convention. --- peps/pep-0708.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0708.rst b/peps/pep-0708.rst index 02ac777aa57..11090f352c4 100644 --- a/peps/pep-0708.rst +++ b/peps/pep-0708.rst @@ -282,7 +282,7 @@ HTML To enable a project to extend its namespace across multiple repositories, this PEP allows a project owner to declare a list of "alternate locations" for their project. This is exposed in JSON as the key ``alternate-locations`` and in HTML -as a meta element named ``pypi-alternate-locations``, which may be used multiple +as a meta element named ``pypi:alternate-locations``, which may be used multiple times. There are a few key properties that **MUST** be observed when using this