Added missing parameter to poetry conf
This commit is contained in:
parent
142439b7c3
commit
f5b4a6c30f
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "mash-server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Max' Smart Home"
|
description = "Max' Smart Home"
|
||||||
authors = ["Max <m.giller.dev@gmail.com>"]
|
authors = ["Max <m.giller.dev@gmail.com>"]
|
||||||
|
package-mode = false
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
start = "main:app"
|
start = "main:app"
|
||||||
|
|
Loading…
Reference in a new issue