diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-06 19:12:53 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-06 19:12:53 +0100 |
| commit | 6e042281e7add1fae30e5cbaf51fc57430a9547e (patch) | |
| tree | d5d8492ddd7fd3a31e6eeaca6aa2ff7cbaa702ee /docs | |
| parent | e66543497e697e707e4f523b0ffbf58dc2fa2525 (diff) | |
| download | python-setuptools-git-6e042281e7add1fae30e5cbaf51fc57430a9547e.tar.gz | |
docs: Rephrase foot note
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/pyproject_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index a40655c6..8e50eb9d 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -216,7 +216,7 @@ however please keep in mind that all non-comment lines must conform with :pep:`5 .. [#setupcfg-caveats] ``pip`` may allow editable install only with ``pyproject.toml`` and ``setup.cfg``. However, this behavior may not be consistent over various build - tools, and having a ``setup.py`` is still recommended. + tools. Having a ``setup.py`` is still recommended if you rely on one of these tools. .. [#entry-points] Dynamic ``scripts`` and ``gui-scripts`` are a special case. When resolving these metadata keys, ``setuptools`` will look for |
