cpython/Doc/distributing/index.rst
Miss Islington (bot) 2576303007
[3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#108081)
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>
2023-08-17 12:50:46 +02:00

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/