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
24
24
25
25
[tool .poetry .group .pipx .dependencies ]
26
26
poetry = " 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.
22
22
``` toml
23
23
package-mode = false
24
24
```
25
+ 1 . Add a ` build-system ` section to the ` pyproject.toml ` file:<br />
26
+ https://python-poetry.org/docs/pyproject/#poetry-and-pep-517
25
27
1 . Define the package metadata under the ` tool.poetry ` section of the ` pyproject.toml ` file:<br />
26
28
https://python-poetry.org/docs/pyproject#the-toolpoetry-section
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry/pyproject.toml
2
2
3
- [build-system ]
4
- requires = [" poetry-core>=1.0.0" ]
5
- build-backend = " poetry.core.masonry.api"
6
-
7
3
[tool .poetry ]
8
4
package-mode = false
9
5
You can’t perform that action at this time.
0 commit comments