mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[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>
This commit is contained in:
parent
931df0a47c
commit
2576303007
5 changed files with 16 additions and 170 deletions
|
@ -207,4 +207,6 @@ necessary packages with ``install -r``:
|
|||
``pip`` has many more options. Consult the :ref:`installing-index`
|
||||
guide for complete documentation for ``pip``. When you've written
|
||||
a package and want to make it available on the Python Package Index,
|
||||
consult the :ref:`distributing-index` guide.
|
||||
consult the `Python packaging user guide`_.
|
||||
|
||||
.. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/packaging-projects/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue