diff --git a/pyproject.toml b/pyproject.toml index bcc5d81..8d8f11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Source = "https://github.com/OpenJobDescription/openjd-cli" [project.scripts] -openjd = "openjd:__main__.main" +openjd = "openjd.cli:main" [tool.hatch.build]