diff options
| author | Michael Loyd <mloyd@users.noreply.github.com> | 2022-05-24 01:48:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 01:48:09 -0500 |
| commit | 021768e8866cd3db933b3ed7619a1505bd2c6149 (patch) | |
| tree | 34acb9d971a92645bb2af452c1f8d6d9c6ad8d10 /docs | |
| parent | b7c2a06001277e7939dfa914fb2dbbfd02400127 (diff) | |
| download | python-setuptools-git-021768e8866cd3db933b3ed7619a1505bd2c6149.tar.gz | |
Missing the word "pyproject.toml" in Quickstart.
In the sentence "If you are experimenting with configuration using, or have version of..."
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index b157c35a..c4757b98 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -345,7 +345,7 @@ associate with your source code. For more information, see :doc:`development_mod required to be compatible with development mode. With late versions of pip, ``setup.cfg``-only projects may be installed in this mode. - If you are experimenting with :doc:`configuration using <pyproject_config>`, + If you are experimenting with :doc:`configuration using pyproject.toml <pyproject_config>`, or have version of ``pip`` older than v21.1, you might need to keep a ``setup.py`` file in file in your repository if you want to use editable installs (for the time being). |
