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 state: absent
path: /usr/local/src/pwnagotchi path: /usr/local/src/pwnagotchi
- name: remove torch whl
file:
state: absent
path: "{{ lookup('fileglob', '/usr/local/src/torch*.whl') }}"
########################################## ##########################################
# #
# pwngrid, bettercap # pwngrid, bettercap

View File

@ -55,8 +55,8 @@ classifiers = [
[project.urls] [project.urls]
Homepage = "https://pwnagotchi.ai/" Homepage = "https://pwnagotchi.ai/"
Documentation = "https://pwnagotchi.ai/" Documentation = "https://pwnagotchi.ai/"
Repository = "https://github.com/jayofelony/pwnagotchi-torch.git" Repository = "https://github.com/jayofelony/pwnagotchi-bookworm.git"
"Bug Tracker" = "https://github.com/jayofelony/pwnagotchi-torch.git/issues" "Bug Tracker" = "https://github.com/jayofelony/pwnagotchi-bookworm.git/issues"
[project.scripts] [project.scripts]
pwnagotchi_cli = "bin.pwnagotchi:pwnagotchi_cli" pwnagotchi_cli = "bin.pwnagotchi:pwnagotchi_cli"