diff --git a/pyproject.toml b/pyproject.toml index ba6da294..5d2fa13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,36 +6,12 @@ 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", ] -[tool.setuptools.dynamic] -version = {attr = "pwnagotchi.__version__"} - requires-python = ">=3.11" authors = [ {name = "Evilsocket", email = "evilsocket@gmail.com"}, @@ -48,12 +24,15 @@ 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', ] +[tool.setuptools.dynamic] +version = {attr = "pwnagotchi.__version__"} + [project.urls] Homepage = "https://pwnagotchi.org/" Documentation = "https://github.com/jayofelony/pwnagotchi/wiki" 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 \