Back to Cpython

Distributing Python Modules

Doc/distributing/index.rst

3.15.0a8612 B
Original Source

: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/