commit | a4c09560eaa1e3b9733c7e63d570b6fa7626724c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 20 14:12:27 2020 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 20 17:12:27 2020 -0400 |
tree | cdbb8ff627182c2fdd2a79c2296634fd13c5cba1 | |
parent | 80651ab9e3f9d9a89e566a0b87a51b28720094f0 [diff] |
Add link to .pypirc specification (GH-20680) (#21019) Related to https://github.com/pypa/twine/issues/638 and https://github.com/pypa/packaging.python.org/issues/730, I wrote a spec based on the one that was removed in https://github.com/python/cpython/pull/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.htmlGH-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 (cherry picked from commit af157fad286c00ff204e86d8556648cbb53ba99e) Co-authored-by: Brian Rutledge <brian@bhrutledge.com> Co-authored-by: Brian Rutledge <brian@bhrutledge.com>