From b0657c80db7891a9eca038199d5d4c2e2bafed03 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 26 May 2019 19:46:36 +0200 Subject: =?UTF-8?q?=F0=9F=93=9D=20Improve=20the=20note=20about=20editable?= =?UTF-8?q?=20installs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Paul Ganssle --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/setuptools.txt b/docs/setuptools.txt index e2a7bb1c..e5663fc4 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2207,7 +2207,7 @@ only a ``setuptools.setup()`` call. .. note:: :pep:`517` doesn't support editable installs so this is currently - incompatible with ``pip install -e .``. + incompatible with ``pip install -e .``, as :pep:`517` does not support editable installs. 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.3