Skip to content

Commit

Permalink
Link to canonical core metadata spec instead of an old historical PEP
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Jul 30, 2022
1 parent c9f2d6e commit 03a0775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ installed into Python's ``site-packages`` directory via tools such as
`pip <https://pypi.org/project/pip/>`_.
Specifically, it works with distributions with discoverable
``dist-info`` or ``egg-info`` directories,
and metadata defined by :pep:`566` or its older specifications.
and metadata defined by the :ref:`packaging:core-metadata`.

.. important::

Expand Down Expand Up @@ -312,8 +312,8 @@ instance::
>>> dist.metadata['License']
'MIT'

The full set of available metadata is not described here. See :pep:`566`
for additional details.
The full set of available metadata is not described here.
See the :ref:`packaging:core-metadata` for additional details.


Distribution Discovery
Expand Down

0 comments on commit 03a0775

Please sign in to comment.