poetry: main script
This commit is contained in:
parent
6457b6c1fd
commit
1b1e19b4ea
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ webdavclient3 = "3.14.5"
|
|||
# pytest = "^5.2"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
ovdashboard-api = "ovdashboard_api.main:main"
|
||||
ovdashboard-api = "ovdashboard_api.__main__:main"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in a new issue