0.1.27
This commit is contained in:
@@ -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*"]
|
||||
Reference in New Issue
Block a user