mirror of https://github.com/astral-sh/uv
Fix PEP 508 link in preview doc `specifying_dependencies` (#4158)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Fix PEP 508 link. ## Test Plan See preview https://github.com/SigureMo/uv/blob/fix-pep508-link-in-preview-doc/docs/specifying_dependencies.md
This commit is contained in:
parent
477c860c9b
commit
9ef652d234
|
|
@ -14,7 +14,7 @@ different index, etc.
|
|||
## `project.dependencies`
|
||||
|
||||
The `project.dependencies` table represents the dependencies that are used when uploading to PyPI or
|
||||
building a wheel. Individual dependencies are specified using [PEP 508](#PEP 508), and the table as
|
||||
building a wheel. Individual dependencies are specified using [PEP 508](#pep-508), and the table as
|
||||
a whole follows the [PEP 621](https://packaging.python.org/en/latest/specifications/pyproject-toml/)
|
||||
standard.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue