File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ installed into Python's ``site-packages`` directory via tools such as
20
20
`pip <https://pypi.org/project/pip/ >`_.
21
21
Specifically, it works with distributions with discoverable
22
22
``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 ` .
24
24
25
25
.. important ::
26
26
@@ -312,8 +312,8 @@ instance::
312
312
>>> dist.metadata['License']
313
313
'MIT'
314
314
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.
317
317
318
318
319
319
Distribution Discovery
You can’t perform that action at this time.
0 commit comments