diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-12 15:40:54 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-12 15:40:54 +0100 |
commit | 16137c686c619c0133e7bc2aef9b85d1a34b68fe (patch) | |
tree | 7ff7f3c00995517f650d6ac6da8634a2efa3e020 /docs/deprecated/index.rst | |
parent | 471fd706d0a20d24ff8a2fd146eb0bb647044933 (diff) | |
download | python-setuptools-git-16137c686c619c0133e7bc2aef9b85d1a34b68fe.tar.gz |
Update dependency management docs
- Extract `depencency_liks` section to a new file:
`deprecated/dependency_links.rst`
- Add note about directly URLs not being accepted in PyPI.
- Simplify intro about build system requirement.
- Simplify intro about optional dependencies.
- Fix confusion in example about "Project" and "Package".
- "Demote" section about extras in entry-points to a note.
Diffstat (limited to 'docs/deprecated/index.rst')
-rw-r--r-- | docs/deprecated/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/deprecated/index.rst b/docs/deprecated/index.rst index 8169b3b7..d7ea0dd1 100644 --- a/docs/deprecated/index.rst +++ b/docs/deprecated/index.rst @@ -14,6 +14,7 @@ objectives. :maxdepth: 1 changed_keywords + dependency_links python_eggs easy_install distutils/index |