File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ the following properties:
50
50
```
51
51
52
52
- ` direct_url ` : Information about the direct URL that was used for installation, if any,
53
- using the [ direct
54
- URL] ( https://packaging.python.org/en/latest/specifications/direct-url/ ) data
55
- structure. In most case, this field corresponds to the ` direct_url.json ` metadata,
56
- except for legacy editable installs, where it is emulated.
53
+ using the [ direct URL data
54
+ structure] ( https://packaging.python.org/en/latest/specifications/direct-url-data-structure/ ) .
55
+ In most case, this field corresponds to the
56
+ [ direct_url.json] ( https://packaging.python.org/en/latest/specifications/direct-url )
57
+ metadata, except for legacy editable installs, where it is emulated.
57
58
58
59
- ` requested ` : ` true ` if the ` REQUESTED ` metadata is present, ` false ` otherwise. This
59
60
field is only present for modern ` .dist-info ` installations.
Original file line number Diff line number Diff line change @@ -58,9 +58,10 @@ package with the following properties:
58
58
specifier.
59
59
60
60
- ` download_info ` : Information about the artifact (to be) downloaded for installation,
61
- using the [ direct
62
- URL] ( https://packaging.python.org/en/latest/specifications/direct-url/ ) data
63
- structure. When ` is_direct ` is ` true ` , this field is the same as the ` direct_url.json `
61
+ using the [ direct URL data
62
+ structure] ( https://packaging.python.org/en/latest/specifications/direct-url-data-structure/ ) .
63
+ When ` is_direct ` is ` true ` , this field is the same as the
64
+ [ direct_url.json] ( https://packaging.python.org/en/latest/specifications/direct-url )
64
65
metadata, otherwise it represents the URL of the artifact obtained from the index or
65
66
` --find-links ` .
66
67
You can’t perform that action at this time.
0 commit comments