diff options
author | kngwyu <yuji.kngw.80s.revive@gmail.com> | 2022-07-04 20:25:00 +0900 |
---|---|---|
committer | kngwyu <yuji.kngw.80s.revive@gmail.com> | 2022-07-04 20:25:00 +0900 |
commit | d0774bc3e979986f1c72a06b7640c993dc29c2e4 (patch) | |
tree | ca4cc32307d072cb8dfbba3d7f4441d289bc2d7e /docs/userguide/pyproject_config.rst | |
parent | 608e304df76615d9253b115cdcff4d735b6f33cc (diff) | |
download | python-setuptools-git-d0774bc3e979986f1c72a06b7640c993dc29c2e4.tar.gz |
[Docs] Fix a note about PEP660 status
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r-- | docs/userguide/pyproject_config.rst | 3 |
1 files changed, 1 insertions, 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 |