We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754800a commit ca44381Copy full SHA for ca44381
README.md
@@ -56,7 +56,7 @@ homepage = "https://python-poetry.org"
56
57
# Scripts are easily expressed
58
[project.scripts]
59
-my_package_cli = 'my_package.console:run'
+my_package_cli = "my_package.console:run"
60
61
[project.optional-dependencies]
62
# optional dependency to be installed via 'poetry install -E my-extra'
0 commit comments