11 lines
277 B
TOML
11 lines
277 B
TOML
[project]
|
|
name = "pwnpi-amora"
|
|
version = "0.1.0"
|
|
description = "A wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython."
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"circuitpython-tool>=0.11.0",
|
|
"circup>=2.3.0",
|
|
]
|