From d0774bc3e979986f1c72a06b7640c993dc29c2e4 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Mon, 4 Jul 2022 20:25:00 +0900 Subject: [Docs] Fix a note about PEP660 status --- docs/userguide/pyproject_config.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index c3977d13..c13eb1f0 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -212,8 +212,7 @@ 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 >= 63.0.0``, but this feature will remain experimental for a while. - Check https://github.com/pypa/setuptools/issues/2816 for detail. + ``setuptools >= 64.0.0``. 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