File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Key terms
6161 extensions, to be installed on a system without needing to be built
6262 locally.
6363
64- .. _setuptools : https://setuptools.pypa .io/en/latest/setuptools.html
64+ .. _setuptools : https://setuptools.readthedocs .io/en/latest/
6565.. _wheel : https://wheel.readthedocs.org
6666
6767Open source licensing and collaboration
Original file line number Diff line number Diff line change 77:Authors: Greg Ward, Anthony Baxter
88:Email: distutils-sig@python.org
99
10+ .. seealso ::
11+
12+ :ref: `distributing-index `
13+ The up to date module distribution documentations
14+
1015This document describes the Python Distribution Utilities ("Distutils") from
1116the module developer's point of view, describing how to use the Distutils to
1217make Python modules and extensions easily available to a wider audience with
@@ -20,7 +25,6 @@ very little overhead for build/release/install mechanics.
2025 recommendations section <https://packaging.python.org/en/latest/current/> `__
2126 in the Python Packaging User Guide for more information.
2227
23-
2428.. toctree ::
2529 :maxdepth: 2
2630 :numbered:
Original file line number Diff line number Diff line change 1010
1111.. TODO: Fill in XXX comments
1212
13+ .. seealso ::
14+
15+ :ref: `installing-index `
16+ The up to date module installation documentations
17+
1318.. The audience for this document includes people who don't know anything
1419 about Python and aren't about to learn the language just in order to
1520 install and maintain it for their users, i.e. system administrators.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ collections of Python packages which include modules coded in both Python and C.
1515Most Python users will *not * want to use this module directly, but instead
1616use the cross-version tools maintained by the Python Packaging Authority. In
1717particular,
18- `setuptools <https://setuptools.pypa .io/en/latest/setuptools.html >`__ is an
18+ `setuptools <https://setuptools.readthedocs .io/en/latest/ >`__ is an
1919enhanced alternative to :mod: `distutils ` that provides:
2020
2121* support for declaring project dependencies
Original file line number Diff line number Diff line change @@ -543,6 +543,10 @@ Documentation
543543- Issue #25500: Fix documentation to not claim that __import__ is searched for
544544 in the global scope.
545545
546+ - Issue #26014: Update 3.x packaging documentation:
547+ * "See also" links to the new docs are now provided in the legacy pages
548+ * links to setuptools documentation have been updated
549+
546550Tests
547551-----
548552
You can’t perform that action at this time.
0 commit comments