Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions peps/pep-0751.rst
Original file line number Diff line number Diff line change
Expand Up @@ -499,15 +499,15 @@ See ``groups.requirements.marker``.
``packages.sdist.url``
''''''''''''''''''''''

- Required if ``path`` is not set
- Optional; mutually-exclusive with ``path``
- String
- The URL to the file.


``packages.sdist.path``
'''''''''''''''''''''''

- Required if ``url`` is not set
- Optional; mutually-exclusive with ``url``
- String
- A path to the file, which may be absolute or relative.
- If the path is relative it MUST be relative to the lock file.
Expand Down
Loading