Skip to content

Commit

Permalink
New paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Mar 2, 2024
1 parent a8d1977 commit aad6bf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/specifications/direct-url-data-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ The Direct URL Data Structure MUST be a dictionary, serializable to JSON accordi

It MUST contain at least two fields. The first one is ``url``, with
type ``string``. Its content must be a valid URL according to the
`WHATWG URL Standard <whatwg-url-standard_>`_. Depending on what ``url`` refers to,
the second field MUST be one of ``vcs_info`` (if ``url`` is a VCS reference), ``archive_info`` (if
`WHATWG URL Standard <whatwg-url-standard_>`_.

Depending on what ``url`` refers to, the second field MUST be one of ``vcs_info``
(if ``url`` is a VCS reference), ``archive_info`` (if
``url`` is a source archives or a wheel), or ``dir_info`` (if ``url`` is a
local directory). These info fields have a (possibly empty) subdictionary as
value, with the possible keys defined below.
Expand Down

0 comments on commit aad6bf5

Please sign in to comment.