diff options
| author | Jac <jacalata@users.noreply.github.com> | 2022-06-24 19:01:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 19:01:01 -0700 |
| commit | fb520ecc34ea8ea42b8002f3de8758dff11b256b (patch) | |
| tree | e4dca82b1b88d43462ad27c043284791637472e9 /docs/userguide | |
| parent | 54d00777bed91a179d6a154e9ca0e9d745792713 (diff) | |
| download | python-setuptools-git-fb520ecc34ea8ea42b8002f3de8758dff11b256b.tar.gz | |
Update docs/userguide/pyproject_config.rst
Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/pyproject_config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index 676a09ad..28eb39d1 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -64,7 +64,8 @@ The ``project`` table contains metadata fields as described by [project.scripts] my-script = "my_package.module:function" - # ... other project metadata fields as specified in PEP 621 + # ... other project metadata fields as specified in: + # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ .. _setuptools-table: |
