Update build

This commit is contained in:
Jeroen Oudshoorn
2024-01-05 10:36:34 +01:00
parent c4acda3615
commit ac5c24d8c0
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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"