mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-03-03 22:15:26 +01:00
20 lines
374 B
TOML
20 lines
374 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "toiftool"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [{ name = "matejcik", email = "ja@matejcik.cz" }]
|
|
requires-python = ">=3.8"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"trezor>=0.13",
|
|
"click>=7.0,<9.0",
|
|
"Pillow>=10.0.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
toiftool = "toiftool:cli"
|