From 5713613451a211c6c4e4ba0f8cff6f8af748fbf4 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 19:14:53 +0100 Subject: [PATCH] Small edit Signed-off-by: jayofelony --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fc49cb6..b5502039 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 = "bin/pwnagotchi:pwnagotchi_cli"