1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

add type annotations for escpos image handler

This commit is contained in:
Patrick Kanzler
2023-12-03 23:20:16 +01:00
parent 8274833255
commit e9b6e2af55
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