Fichero D11s thermal label printer - BLE protocol RE and Python CLI
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user