Skip to content

Commit a3c3ecb

Browse files
authored
Merge pull request #145 from per1234/package-mode
Disable Poetry "package mode"
2 parents 31eae1e + f08b689 commit a3c3ecb

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
@@ -393,7 +393,6 @@ tasks:
393393
cmds:
394394
- |
395395
poetry install \
396-
--no-root \
397396
{{if .POETRY_GROUPS}} --only {{.POETRY_GROUPS}} {{end}}
398397
399398
# Make a temporary file named according to the passed TEMPLATE variable and print the path passed to stdout

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[tool.poetry]
2-
name = "arduinoOTA"
3-
version = "0.0.0"
4-
description = ""
5-
authors = []
2+
package-mode = false
63

74
[tool.poetry.dependencies]
85
python = "~3.9"

0 commit comments

Comments
 (0)