diff options
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
