summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.rst b/docs/setuptools.rst
index 14400164..c5a89adc 100644
--- a/docs/setuptools.rst
+++ b/docs/setuptools.rst
@@ -132,7 +132,7 @@ only a ``setuptools.setup()`` call.
.. note::
:pep:`517` doesn't support editable installs so this is currently
- incompatible with ``pip install -e .``, as :pep:`517` does not support editable installs.
+ incompatible with ``pip install -e .``.
This means that you can have a Python project with all build configuration
specified in ``setup.cfg``, without a ``setup.py`` file, if you **can rely