Skip to content

Commit

Permalink
Merge pull request #3334 from mloyd/patch-1
Browse files Browse the repository at this point in the history
Missing the word "pyproject.toml" in Quickstart.
  • Loading branch information
abravalheri committed May 24, 2022
2 parents b7c2a06 + 021768e commit 499c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 499c468

Please sign in to comment.