diff options
author | Louis Maddox <lmmx@users.noreply.github.com> | 2021-07-19 22:15:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 22:15:01 +0100 |
commit | a0dae47d35a9616f15fd276536f830d69b52e5a7 (patch) | |
tree | 47b472fbbcbe8eaf4fbe0d4d61ae74814ef523b8 /docs | |
parent | 4d64156de17596dae33f2b12aaaea1d6c9327fd9 (diff) | |
download | python-setuptools-git-a0dae47d35a9616f15fd276536f830d69b52e5a7.tar.gz |
Remove repeated information in same sentence
Minor edit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setuptools.rst | 2 |
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 |