diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-10-04 11:11:25 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-10-04 11:11:25 (GMT) |
commit | 5c4fbd5fdfa30353ce8dd9ce1848eae0857caaeb (patch) | |
tree | c8b0c9ae47290ca4c57495c1b470f48d617b0538 /Doc/distributing | |
parent | 518e71b18a008947b17369de5c06d9543db7dfc5 (diff) | |
download | cpython-5c4fbd5fdfa30353ce8dd9ce1848eae0857caaeb.zip cpython-5c4fbd5fdfa30353ce8dd9ce1848eae0857caaeb.tar.gz cpython-5c4fbd5fdfa30353ce8dd9ce1848eae0857caaeb.tar.bz2 |
Realign packaging docs with PyPUG changes
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 9949553..9146b81 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 Package Index <https://pypi.python.org/pypi>`__ is a public +* the `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public repository of open source licensed packages made available for use by other Python users * the `Python Packaging Authority @@ -119,14 +119,14 @@ involved in creating a project: * `Project structure`_ * `Building and packaging the project`_ -* `Uploading the project to the Python Package Index`_ +* `Uploading the project to the Python Packaging Index`_ .. _Project structure: \ - http://packaging.python.org/en/latest/tutorial.html#creating-your-own-project + http://packaging.python.org/en/latest/distributing.html#creating-your-own-project .. _Building and packaging the project: \ - http://packaging.python.org/en/latest/tutorial.html#building-packaging-your-project -.. _Uploading the project to the Python Package Index: \ - http://packaging.python.org/en/latest/tutorial.html#uploading-your-project-to-pypi + https://packaging.python.org/en/latest/distributing.html#packaging-your-project +.. _Uploading the project to the Python Packaging Index: \ + http://packaging.python.org/en/latest/distributing.html#uploading-your-project-to-pypi How do I...? @@ -139,7 +139,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 Package Index to see if the name is already in use +* check the Python Packaging 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 |