diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-10-02 06:04:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 06:04:55 (GMT) |
commit | 0be338199fd663f020d833a4db185d0c5a0e0078 (patch) | |
tree | 648020835ece1f8469369867ca20cd90dbf6c696 /Doc/distributing | |
parent | a450398933d265011e1e8eae7f771b70f97945fb (diff) | |
download | cpython-0be338199fd663f020d833a4db185d0c5a0e0078.zip cpython-0be338199fd663f020d833a4db185d0c5a0e0078.tar.gz cpython-0be338199fd663f020d833a4db185d0c5a0e0078.tar.bz2 |
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)
pypi.org " The Python Package Index (PyPI) ...
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 66ba1e9..136cf4e 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -31,7 +31,7 @@ installing other Python projects, refer to the Key terms ========= -* the `Python Packaging Index <https://pypi.org>`__ is a public +* the `Python Package Index <https://pypi.org>`__ is a public repository of open source licensed packages made available for use by other Python users * the `Python Packaging Authority @@ -127,14 +127,14 @@ involved in creating and publishing a project: * `Project structure`_ * `Building and packaging the project`_ -* `Uploading the project to the Python Packaging Index`_ +* `Uploading the project to the Python Package Index`_ * `The .pypirc file`_ .. _Project structure: \ https://packaging.python.org/tutorials/packaging-projects/#packaging-python-projects .. _Building and packaging the project: \ https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files -.. _Uploading the project to the Python Packaging Index: \ +.. _Uploading the project to the Python Package Index: \ https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives .. _The .pypirc file: \ https://packaging.python.org/specifications/pypirc/ @@ -150,7 +150,7 @@ These are quick answers or links for some common tasks. This isn't an easy topic, but here are a few tips: -* check the Python Packaging Index to see if the name is already in use +* check the Python Package Index to see if the name is already in use * check popular hosting sites like GitHub, Bitbucket, etc to see if there is already a project with that name * check what comes up in a web search for the name you're considering |