summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-21 18:46:41 -0400
committerGitHub <noreply@github.com>2021-07-21 18:46:41 -0400
commit0c302d232dd1a1f4ec531050532a84274edac2f4 (patch)
tree87ef1d99c30c360c4639096927cd7308bdcb3d1a /docs
parentd0e4547a43ac1ef7619d41a94245a02244caf340 (diff)
parenta0dae47d35a9616f15fd276536f830d69b52e5a7 (diff)
downloadpython-setuptools-git-0c302d232dd1a1f4ec531050532a84274edac2f4.tar.gz
Merge pull request #2735 from lmmx/patch-1
Remove repeated information in same sentence
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