summaryrefslogtreecommitdiff
path: root/docs/references
diff options
context:
space:
mode:
Diffstat (limited to 'docs/references')
-rw-r--r--docs/references/keywords.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/references/keywords.rst b/docs/references/keywords.rst
index cf8fe41c..ade147ad 100644
--- a/docs/references/keywords.rst
+++ b/docs/references/keywords.rst
@@ -20,17 +20,16 @@ tap into special behaviour that requires scripting (such as building C
extensions).
.. note::
- When using declarative configs via ``pyproject.toml`` users can still keep a
- very simple ``setup.py`` just to ensure editable installs are supported, for
- example::
+ When using declarative configs via ``pyproject.toml``
+ with ``setuptools<64.0.0``, users can still keep a very simple ``setup.py``
+ just to ensure editable installs are supported, for example::
from setuptools import setup
setup()
- Future versions of ``setuptools`` may support editable installs even
- without ``setup.py``.
-
+ Versions of ``setuptools`` ``>=64.0.0`` do not require this extra minimal
+ ``setup.py`` file.
.. _keyword/name: