from distutils.core import setup setup( name = "cnccontrol-driver", description = "CNC-Control device driver", author = "Michael Buesch", author_email = "m@bues.ch", py_modules = [ "cnccontrol_driver", ], )