diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-10 16:19:07 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-10 16:19:07 +0300 |
| commit | 144aea2ef44271f3cfc773bd3ddfe872c617160e (patch) | |
| tree | c21831e161922c88686282ccaa80169f93392b8c /pyproject.toml | |
| parent | a55f3079aafd4f1d997b14142d520dc901d0aa47 (diff) | |
Fix bug with poetry run krr
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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" |
