13 lines
236 B
TOML
13 lines
236 B
TOML
[project]
|
|
name = "fichero-printer"
|
|
version = "0.1.0"
|
|
description = "Fichero D11s thermal label printer - BLE CLI tool"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"bleak",
|
|
"pillow",
|
|
]
|
|
|
|
[project.scripts]
|
|
fichero = "printer:main"
|