We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861efc6 commit af157faCopy full SHA for af157fa
Doc/distributing/index.rst
@@ -128,13 +128,16 @@ involved in creating and publishing a project:
128
* `Project structure`_
129
* `Building and packaging the project`_
130
* `Uploading the project to the Python Packaging Index`_
131
+* `The .pypirc file`_
132
133
.. _Project structure: \
134
https://packaging.python.org/tutorials/distributing-packages/
135
.. _Building and packaging the project: \
136
https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
137
.. _Uploading the project to the Python Packaging Index: \
138
https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi
139
+.. _The .pypirc file: \
140
+ https://packaging.python.org/specifications/pypirc/
141
142
143
How do I...?
0 commit comments