diff --git a/bin/pwnagotchi b/bin/pwnagotchi index 216cd198..c17dd2a0 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -224,4 +224,4 @@ def pwnagotchi_cli(): if __name__ == '__main__': - pwnagotchi_cli() \ No newline at end of file + pwnagotchi_cli() diff --git a/pyproject.toml b/pyproject.toml index d0e0043f..d5b9e322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,4 +59,4 @@ Repository = "https://github.com/jayofelony/pwnagotchi-torch.git" "Bug Tracker" = "https://github.com/jayofelony/pwnagotchi-torch.git/issues" [project.scripts] -pwnagotchi_cli = "bin.pwnagotchi" \ No newline at end of file +pwnagotchi_cli = "bin.pwnagotchi:pwnagotchi_cli" \ No newline at end of file