diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-17 13:38:48 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-17 13:38:48 +0000 |
commit | 54acea6c19266f7ab9abb1aa91513dba6bcb1ebf (patch) | |
tree | 58433c0d28772e4f9b6b7b79657d42228e5e6ffe /docs/userguide/pyproject_config.rst | |
parent | 6f5c5575f6f78bebcdf78a67cc0f05ca999ae45a (diff) | |
download | python-setuptools-git-54acea6c19266f7ab9abb1aa91513dba6bcb1ebf.tar.gz |
Add notes to pyproject_config docs
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r-- | docs/userguide/pyproject_config.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index 597bc33c..761a5677 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -186,6 +186,8 @@ Key Directive Notes ---- +.. rubric:: Notes + .. [#entry-points] Dynamic ``scripts`` and ``gui-scripts`` are a special case. When resolving these metadata keys, ``setuptools`` will look for ``tool.setuptool.dynamic.entry-points``, and use the values of the |