Skip to content

Commit aad6bf5

Browse files
committed
New paragraph
1 parent a8d1977 commit aad6bf5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/specifications/direct-url-data-structure.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ The Direct URL Data Structure MUST be a dictionary, serializable to JSON accordi
2323

2424
It MUST contain at least two fields. The first one is ``url``, with
2525
type ``string``. Its content must be a valid URL according to the
26-
`WHATWG URL Standard <whatwg-url-standard_>`_. Depending on what ``url`` refers to,
27-
the second field MUST be one of ``vcs_info`` (if ``url`` is a VCS reference), ``archive_info`` (if
26+
`WHATWG URL Standard <whatwg-url-standard_>`_.
27+
28+
Depending on what ``url`` refers to, the second field MUST be one of ``vcs_info``
29+
(if ``url`` is a VCS reference), ``archive_info`` (if
2830
``url`` is a source archives or a wheel), or ``dir_info`` (if ``url`` is a
2931
local directory). These info fields have a (possibly empty) subdictionary as
3032
value, with the possible keys defined below.

0 commit comments

Comments
 (0)