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.
This commit is contained in:
Ee Durbin 2024-09-19 09:19:51 -04:00
parent 659cfe50a0
commit 303a04f48c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ HTML
To enable a project to extend its namespace across multiple repositories, this 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 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 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. times.
There are a few key properties that **MUST** be observed when using this There are a few key properties that **MUST** be observed when using this