@@ -31,7 +31,7 @@ installing other Python projects, refer to the
31
31
Key terms
32
32
=========
33
33
34
- * the `Python Packaging Index <https://pypi.org >`__ is a public
34
+ * the `Python Package Index <https://pypi.org >`__ is a public
35
35
repository of open source licensed packages made available for use by
36
36
other Python users
37
37
* the `Python Packaging Authority
@@ -127,14 +127,14 @@ involved in creating and publishing a project:
127
127
128
128
* `Project structure `_
129
129
* `Building and packaging the project `_
130
- * `Uploading the project to the Python Packaging Index `_
130
+ * `Uploading the project to the Python Package Index `_
131
131
* `The .pypirc file `_
132
132
133
133
.. _Project structure : \
134
134
https://packaging.python.org/tutorials/packaging-projects/#packaging-python-projects
135
135
.. _Building and packaging the project : \
136
136
https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files
137
- .. _Uploading the project to the Python Packaging Index : \
137
+ .. _Uploading the project to the Python Package Index : \
138
138
https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives
139
139
.. _The .pypirc file : \
140
140
https://packaging.python.org/specifications/pypirc/
@@ -150,7 +150,7 @@ These are quick answers or links for some common tasks.
150
150
151
151
This isn't an easy topic, but here are a few tips:
152
152
153
- * check the Python Packaging Index to see if the name is already in use
153
+ * check the Python Package Index to see if the name is already in use
154
154
* check popular hosting sites like GitHub, Bitbucket, etc to see if there
155
155
is already a project with that name
156
156
* check what comes up in a web search for the name you're considering
0 commit comments