Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peps/pep-0819.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Repository API. The JSON encoded version of the package metadata may also be
served, via the following modifications to the Simple Repository API:

A new attribute ``data-dist-info-metadata-json`` may be added to anchor tags
in the Simple API. This attribute should have a value containing the hash
in the Simple API. This attribute SHOULD have a value containing the hash
information for the ``METADATA.json`` file in the same format as
``data-dist-info-metadata``. If ``data-dist-info-metadata-json`` is present,
the repository MUST serve the JSON encoded metadata file at the
Expand Down
Loading