Skip to content

Commit 03a0775

Browse files
committed
Link to canonical core metadata spec instead of an old historical PEP
1 parent c9f2d6e commit 03a0775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/using.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ installed into Python's ``site-packages`` directory via tools such as
2020
`pip <https://pypi.org/project/pip/>`_.
2121
Specifically, it works with distributions with discoverable
2222
``dist-info`` or ``egg-info`` directories,
23-
and metadata defined by :pep:`566` or its older specifications.
23+
and metadata defined by the :ref:`packaging:core-metadata`.
2424

2525
.. important::
2626

@@ -312,8 +312,8 @@ instance::
312312
>>> dist.metadata['License']
313313
'MIT'
314314

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

318318

319319
Distribution Discovery

0 commit comments

Comments
 (0)