We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52db69f commit 8ea5734Copy full SHA for 8ea5734
1 file changed
source/guides/writing-pyproject-toml.rst
@@ -54,7 +54,7 @@ only field that cannot be marked as dynamic.
54
.. code-block:: toml
55
56
[project]
57
- name = "spam"
+ name = "spam-eggs"
58
59
60
``version``
@@ -317,7 +317,7 @@ A full example
317
318
319
320
321
version = "2020.0.0"
322
dependencies = [
323
"httpx",
0 commit comments