From 6edd91f9b9843e792add152cd3a5d05040355952 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 15:34:59 +0100 Subject: [PATCH 1/4] Update build --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d339ae22..5d9d65c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,6 @@ dependencies = [ "websockets", ] -[tool.setuptools.dynamic] -version = {attr = "pwnagotchi.__version__"} - requires-python = ">=3.11" authors = [ {name = "Evilsocket", email = "evilsocket@gmail.com"}, From 1cf8fadddabd2684946bdc5199ed7138ce27b69b Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 15:54:16 +0100 Subject: [PATCH 2/4] Update build --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5d9d65c8..932ff5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,9 @@ classifiers = [ 'Environment :: Console', ] +[tool.setuptools.dynamic] +version = {attr = "pwnagotchi.__version__"} + [project.urls] Homepage = "https://pwnagotchi.org/" Documentation = "https://github.com/jayofelony/pwnagotchi/wiki" From cafc8de5640dc2ff66b8059b0b22ca38705d25c9 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 16:27:11 +0100 Subject: [PATCH 3/4] Update build --- pyproject.toml | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 932ff5d9..6fc49cb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,31 +6,10 @@ build-backend = "setuptools.build_meta" name = "pwnagotchi" dynamic = ["version"] dependencies = [ - "PyYAML", - "dbus-python", - "file-read-backwards", - "flask", - "flask-cors", - "flask-wtf", - "gast", - "gpiozero", - "inky", - "numpy", - "pycryptodome", - "pydrive2", - "python-dateutil", - "requests", - "rpi-lgpio", - "rpi_hardware_pwm", - "scapy", - "setuptools", - "shimmy", - "smbus", - "smbus2", - "spidev", - "toml", - "tweepy", - "websockets", + "PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors", + "flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil", + "requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2", + "spidev", "toml", "tweepy", "websockets", ] requires-python = ">=3.11" @@ -45,7 +24,7 @@ description = "(⌐■_■) - Deep Reinforcement Learning instrumenting betterca readme = "README.md" license = {file = "LICENSE.md"} classifiers = [ - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.11', 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Environment :: Console', From 9217338a743b2d72050d3ce257563bf0495ef786 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 16:28:57 +0100 Subject: [PATCH 4/4] Update build --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index 70164c5d..a4504362 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -36,7 +36,7 @@ FILES_TO_BACKUP=" /boot/firmware/cmdline.txt \ /boot/firmware/config.txt \ /root/settings.yaml \ - /root/client_sercrets.json \ + /root/client_secrets.json \ /root/.api-report.json \ /root/.ssh \ /root/.bashrc \