diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-06 19:10:48 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-06 19:10:48 +0100 |
| commit | e66543497e697e707e4f523b0ffbf58dc2fa2525 (patch) | |
| tree | 503e80aa1df7dad23a5cc11ca330f8154b5f45e2 /docs | |
| parent | d0774bc3e979986f1c72a06b7640c993dc29c2e4 (diff) | |
| download | python-setuptools-git-e66543497e697e707e4f523b0ffbf58dc2fa2525.tar.gz | |
docs: Avoid mentioning version 64 directly, as the exact version may change
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/pyproject_config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index c13eb1f0..a40655c6 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -211,8 +211,8 @@ however please keep in mind that all non-comment lines must conform with :pep:`5 .. rubric:: Notes -.. [#pep660-status] Editable install without ``setup.py`` will be supported from - ``setuptools >= 64.0.0``. Check https://github.com/pypa/setuptools/issues/2816 for detail. +.. [#pep660-status] Editable install without ``setup.py`` will be supported in + future versions of ``setuptools``. Check https://github.com/pypa/setuptools/issues/2816 for detail. .. [#setupcfg-caveats] ``pip`` may allow editable install only with ``pyproject.toml`` and ``setup.cfg``. However, this behavior may not be consistent over various build |
