8000 bpo-33071: remove outdated PyPI docs by kojoidrissa · Pull Request #13087 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-33071: remove outdated PyPI docs #13087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
< 8000 div data-view-component="true" class="Popover position-absolute mt-2 pt-1 right-0 left-0">
Diff view
Diff view
Prev Previous commit
Next Next commit
Add back link reference, further text updates
  • Loading branch information
ncoghlan authored May 8, 2019
commit 7f5512289313c78f0738d12d1f409c1b32cd7a4d
8 changes: 5 additions & 3 deletions Doc/distutils/packageindex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
The Python Package Index (PyPI)
*******************************

The `Python Package Index (PyPI)`_ stores :ref:`meta-data <meta-data>`
describing distributions packaged with distutils, as well as package data like
distribution files if a package author wishes.
The `Python Package Index (PyPI)`_ stores metadata describing distributions
packaged with distutils and other publishing tools, as well the distribution
archives themselves.

Detailed instructions on using PyPI at :ref:`distributing-index`.

.. _Python Package Index (PyPI): https://pypi.org
0