From a0dae47d35a9616f15fd276536f830d69b52e5a7 Mon Sep 17 00:00:00 2001 From: Louis Maddox Date: Mon, 19 Jul 2021 22:15:01 +0100 Subject: Remove repeated information in same sentence Minor edit --- docs/setuptools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1