forked from CCCHH/nix-infra
WIP: ptouch-print-server
This commit is contained in:
parent
fc5b5bb9b7
commit
fd240b0bc9
7 changed files with 248 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name = "forcecommand-lpr-wrapper",
|
||||
version = "0.0.1",
|
||||
scripts = ["./forcecommand-lpr-wrapper.py"]
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue