From e66543497e697e707e4f523b0ffbf58dc2fa2525 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Sat, 6 Aug 2022 19:10:48 +0100 Subject: docs: Avoid mentioning version 64 directly, as the exact version may change --- docs/userguide/pyproject_config.rst | 4 ++-- 1 file 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 -- cgit v1.2.1