diff --git a/pyproject.toml b/pyproject.toml index b5502039..5d2fa13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,4 @@ Issues = "https://github.com/jayofelony/pwnagotchi/issues" Download = "https://github.com/jayofelony/pwnagotchi/releases/latest" [project.scripts] -pwnagotchi = "bin/pwnagotchi:pwnagotchi_cli" +pwnagotchi = "pwnagotchi:pwnagotchi_cli"