We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce6030 commit ec25744Copy full SHA for ec25744
changelog/10782.doc.rst
@@ -0,0 +1 @@
1
+Fixed the minimal example in :ref:`goodpractices`: ``pip install -e .`` requires a ``version`` entry in ``pyproject.toml`` to run successfully.
doc/en/explanation/goodpractices.rst
@@ -24,8 +24,9 @@ The first few lines should look like this:
24
25
[project]
26
name = "PACKAGENAME"
27
+ version = "PACKAGEVERSION"
28
-where ``PACKAGENAME`` is the name of your package.
29
+where ``PACKAGENAME`` and ``PACKAGEVERSION`` are the name and version of your package respectively.
30
31
You can then install your package in "editable" mode by running from the same directory:
32
0 commit comments