Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ optional = true

[tool.poetry.group.pipx.dependencies]
poetry = "2.1.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 2 additions & 0 deletions workflow-templates/assets/poetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ No configuration is needed.
```toml
package-mode = false
```
1. Add a `build-system` section to the `pyproject.toml` file:<br />
https://python-poetry.org/docs/pyproject/#poetry-and-pep-517
1. Define the package metadata under the `tool.poetry` section of the `pyproject.toml` file:<br />
https://python-poetry.org/docs/pyproject#the-toolpoetry-section
4 changes: 0 additions & 4 deletions workflow-templates/assets/poetry/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry/pyproject.toml

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
package-mode = false

Expand Down
Loading