summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f6816d1..e3fa7ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ multi_line_output = 3
include_trailing_comma = true
[tool.poetry.scripts]
-krr = "robusta_krr.main:app"
+krr = "robusta_krr.main:run"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"