mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge remote-tracking branch 'origin/noai' into noai
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "wheel"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@ -32,6 +32,10 @@ dependencies = [
|
|||||||
"tweepy",
|
"tweepy",
|
||||||
"websockets",
|
"websockets",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.setuptools.dynamic]
|
||||||
|
version = {attr = "pwnagotchi.__version__"}
|
||||||
|
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Evilsocket", email = "evilsocket@gmail.com"},
|
{name = "Evilsocket", email = "evilsocket@gmail.com"},
|
||||||
@ -59,4 +63,4 @@ Issues = "https://github.com/jayofelony/pwnagotchi/issues"
|
|||||||
Download = "https://github.com/jayofelony/pwnagotchi/releases/latest"
|
Download = "https://github.com/jayofelony/pwnagotchi/releases/latest"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
pwnagotchi_cli = "bin.pwnagotchi:pwnagotchi_cli"
|
pwnagotchi = "bin.pwnagotchi:pwnagotchi_cli"
|
||||||
|
Reference in New Issue
Block a user