Skip to content

Split paragraph to distinguish pure Python from Python and other langs packaging #91

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
Diff view
Diff view
8 changes: 5 additions & 3 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ The PyPA publishes the `Python Packaging User Guide
<https://packaging.python.org>`_, which is **the authoritative resource
on how to package, publish, and install Python projects using current
tools**. The User Guide provides a user introduction to packaging, and
explains how to use these tools. In case you need to package Python
explains how to use tools maintained by PyPA.

If you need to package Python
with other languages (for example, in a scientific Python package),
the user guide also offers basic information about and links to
the user guide also offers basic guidance and links to
available third-party packaging options (for example, `conda-forge
<https://conda-forge.org/>`_).

For a listing of PyPA's important projects, see :ref:`the key projects
For a listing of PyPA's projects, see :ref:`the key projects
list <pypug:pypa_projects>`. The PyPA hosts projects on `GitHub
<https://github.com/pypa>`_,
and discusses issues on the `Packaging
Expand Down