From ac5c24d8c064c1086cdd24fde0104ca1d5adb281 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 10:36:34 +0100 Subject: [PATCH] Update build --- builder/raspberrypi32.yml | 5 ----- pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/builder/raspberrypi32.yml b/builder/raspberrypi32.yml index 47db7abf..4f5260f4 100644 --- a/builder/raspberrypi32.yml +++ b/builder/raspberrypi32.yml @@ -348,11 +348,6 @@ state: absent path: /usr/local/src/pwnagotchi - - name: remove torch whl - file: - state: absent - path: "{{ lookup('fileglob', '/usr/local/src/torch*.whl') }}" - ########################################## # # pwngrid, bettercap diff --git a/pyproject.toml b/pyproject.toml index d5b9e322..731a2a91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ classifiers = [ [project.urls] Homepage = "https://pwnagotchi.ai/" Documentation = "https://pwnagotchi.ai/" -Repository = "https://github.com/jayofelony/pwnagotchi-torch.git" -"Bug Tracker" = "https://github.com/jayofelony/pwnagotchi-torch.git/issues" +Repository = "https://github.com/jayofelony/pwnagotchi-bookworm.git" +"Bug Tracker" = "https://github.com/jayofelony/pwnagotchi-bookworm.git/issues" [project.scripts] pwnagotchi_cli = "bin.pwnagotchi:pwnagotchi_cli" \ No newline at end of file