Skip to content

Commit

Permalink
Add link to .pypirc specification (pythonGH-20680)
Browse files Browse the repository at this point in the history
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in python#13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
  • Loading branch information
bhrutledge authored and fasihahmad committed Jun 29, 2020
1 parent af736af commit 9d60583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/distributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,16 @@ involved in creating and publishing a project:
* `Project structure`_
* `Building and packaging the project`_
* `Uploading the project to the Python Packaging Index`_
* `The .pypirc file`_

.. _Project structure: \
https://packaging.python.org/tutorials/distributing-packages/
.. _Building and packaging the project: \
https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
.. _Uploading the project to the Python Packaging Index: \
https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi
.. _The .pypirc file: \
https://packaging.python.org/specifications/pypirc/


How do I...?
Expand Down

0 comments on commit 9d60583

Please sign in to comment.