Skip to content

Commit c20b3e2

Browse files
authored
Merge pull request #293 from per1234/package-mode
Disable Poetry "package mode"
2 parents 573eab4 + 42518d8 commit c20b3e2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Taskfile.yml

-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ tasks:
420420
cmds:
421421
- |
422422
poetry install \
423-
--no-root \
424423
{{if .POETRY_GROUPS}} --only {{.POETRY_GROUPS}} {{end}}
425424
426425
poetry:sync:

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
line-length = 120
33

44
[tool.poetry]
5-
name = "compilesketches"
6-
version = "0.0.0"
7-
description = ""
8-
authors = ["Arduino <[email protected]>"]
5+
package-mode = false
96

107
[tool.poetry.dependencies]
118
python = "3.11.2"

0 commit comments

Comments
 (0)