File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
workflow-templates/assets/poetry Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,3 @@ optional = true
2424
2525[tool .poetry .group .pipx .dependencies ]
2626poetry = " 2.1.3"
27-
28- [build-system ]
29- requires = [" poetry-core>=1.0.0" ]
30- build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change @@ -22,5 +22,7 @@ No configuration is needed.
2222 ``` toml
2323 package-mode = false
2424 ```
25+ 1 . Add a ` build-system ` section to the ` pyproject.toml ` file:<br />
26+ https://python-poetry.org/docs/pyproject/#poetry-and-pep-517
25271 . Define the package metadata under the ` tool.poetry ` section of the ` pyproject.toml ` file:<br />
2628 https://python-poetry.org/docs/pyproject#the-toolpoetry-section
Original file line number Diff line number Diff line change 11# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry/pyproject.toml
22
3- [build-system ]
4- requires = [" poetry-core>=1.0.0" ]
5- build-backend = " poetry.core.masonry.api"
6-
73[tool .poetry ]
84package-mode = false
95
You can’t perform that action at this time.
0 commit comments