From 1b1e19b4eac231f000ddf946e0266d61c504d00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sun, 18 Sep 2022 22:50:45 +0000 Subject: [PATCH] poetry: main script --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 5b70c39..cfee51c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"