Skip to content

Commit

Permalink
Merge pull request #293 from per1234/package-mode
Browse files Browse the repository at this point in the history
Disable Poetry "package mode"
  • Loading branch information
per1234 authored Jun 14, 2024
2 parents 573eab4 + 42518d8 commit c20b3e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ tasks:
cmds:
- |
poetry install \
--no-root \
{{if .POETRY_GROUPS}} --only {{.POETRY_GROUPS}} {{end}}
poetry:sync:
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
line-length = 120

[tool.poetry]
name = "compilesketches"
version = "0.0.0"
description = ""
authors = ["Arduino <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.11.2"
Expand Down

0 comments on commit c20b3e2

Please sign in to comment.