This commit is contained in:
paul2212
2026-03-16 14:17:49 +01:00
parent a7fabdae54
commit 48c40d9f8f
13 changed files with 438 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fichero-printer"
version = "0.1.25"
version = "0.1.27"
description = "Web GUI, Python CLI, and protocol documentation for the Fichero D11s thermal label printer."
readme = "README.md"
requires-python = ">=3.10"
@@ -27,5 +27,5 @@ fichero = "fichero.cli:main"
fichero-server = "fichero.api:main"
[tool.setuptools.packages.find]
where = ["."]
where = ["fichero_printer"]
include = ["fichero*"]