mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00

GH-107987: Remove the Distributing Python Modules guide (GH-108016)
(cherry picked from commit 33e6e3fec0
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
19 lines
613 B
ReStructuredText
19 lines
613 B
ReStructuredText
:orphan:
|
|
|
|
.. This page is retained solely for existing links to /distributing/index.html.
|
|
Direct readers to the PPUG instead.
|
|
|
|
.. _distributing-index:
|
|
|
|
###############################
|
|
Distributing Python Modules
|
|
###############################
|
|
|
|
.. note::
|
|
|
|
Information and guidance on distributing Python modules and packages
|
|
has been moved to the `Python Packaging User Guide`_,
|
|
and the tutorial on `packaging Python projects`_.
|
|
|
|
.. _Python Packaging User Guide: https://packaging.python.org/
|
|
.. _packaging Python projects: https://packaging.python.org/en/latest/tutorials/packaging-projects/
|