/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Doc/distributing/index.rst
19 строк
613 B
Adam Turner
GH-107987: Remove the Distributing Python Modules guide (#108016)
17 авг 2023, 13:01
Не верифицирован
17 авг 2023, 13:01
33e6e3f
Код
Авторство
О чём код?
: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/