Merge remote-tracking branch 'origin/noai' into noai

This commit is contained in:
jayofelony
2024-12-01 18:53:20 +01:00
2 changed files with 9 additions and 30 deletions

View File

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

View File

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