diff --git a/pyproject.toml b/pyproject.toml index 1636ac3..2d765a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ ] [project.entry-points.console_scripts] -choppa = "choppa.cli:cli" +choppa = "choppa.cli.cli:cli" # Update the urls once the hosting is set up.