From 844a6728968c8e777c79c1a195b45fe89746763b Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 14 Dec 2023 12:38:57 +0100 Subject: [PATCH] Update for bookworm release --- bin/pwnagotchi | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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