diff --git a/pyproject.toml b/pyproject.toml index 5cc6537..3192312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["hsaunders1904"] readme = "README.md" [tool.poetry.scripts] -uic-pre-commit = 'pyuicprecommit:main_with_exit' +pyuic-pre-commit = 'pyuicprecommit:main_with_exit' [tool.poetry.dependencies] python = "^3.10,<3.12"