WIP: ptouch-print-server

This commit is contained in:
June 2024-03-29 14:47:39 +01:00
commit fd240b0bc9
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
7 changed files with 248 additions and 0 deletions

View file

@ -0,0 +1,7 @@
from distutils.core import setup
setup(
name = "forcecommand-lpr-wrapper",
version = "0.0.1",
scripts = ["./forcecommand-lpr-wrapper.py"]
)