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
2020`pip <https://pypi.org/project/pip/ >`_.
2121Specifically, 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
319319Distribution Discovery
You can’t perform that action at this time.
0 commit comments