cpython/Doc/distributing/index.rst
Adam Turner 6dd1729a88
[3.11] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#108091)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2023-08-18 10:12:07 +03:00

20 lines
645 B
ReStructuredText

:orphan:
.. This page is retained solely for existing links to /distributing/index.html.
Direct readers to the PPUG instead.
.. _distributing-index:
.. _publishing-python-packages:
###############################
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/