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