1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

add type annotations for escpos image handler (#599)

This commit is contained in:
Patrick Kanzler
2023-12-03 23:36:35 +01:00
committed by GitHub
parent 8274833255
commit 9a1699ab94
3 changed files with 14 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ name = python-escpos
url = https://github.com/python-escpos/python-escpos
description = Python library to manipulate ESC/POS Printers
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
license_file = LICENSE
author = python-escpos developers