diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-16 15:00:01 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-16 15:00:01 +0100 |
| commit | 8e9d323aca308f41bc9f2f8085be31956d0d1aae (patch) | |
| tree | 6bb3ff45c5559bdefcc0229c9363d2b945ea418a /docs | |
| parent | 2a0ca7a81e35891dd6bcd3485d4de60148274cba (diff) | |
| download | python-setuptools-git-8e9d323aca308f41bc9f2f8085be31956d0d1aae.tar.gz | |
Add more reference links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/quickstart.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index bd7951c0..9fcf0939 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -15,7 +15,7 @@ Instead, when creating new Python packages, it is recommended to use a command line tool called :pypi:`build`. This tool will automatically download ``setuptools`` and any other build-time dependencies that your project might have. You just need to specify them in a ``pyproject.toml`` file at the root of -your package, as indicated in the following section. +your package, as indicated in the :ref:`following section <basic-use>`. .. _install-build: @@ -39,6 +39,8 @@ be generated with whatever tool that provides a ``build sdist``-like functionality. +.. _basic-use: + Basic Use ========= @@ -127,8 +129,8 @@ With :ref:`build installed in you system <install-build>`, you can then run:: python -m build -You now have your distribution ready (e.g. a ``tar.gz`` file and a ``.whl`` -file in the ``dist`` directory), which you can upload to PyPI_! +You now have your distribution ready (e.g. a ``tar.gz`` file and a ``.whl`` file +in the ``dist`` directory), which you can :doc:`upload <twine:index>` to PyPI_! Of course, before you release your project to PyPI_, you'll want to add a bit more information to help people find or learn about your project. |
