aboutsummaryrefslogtreecommitdiffstats
path: root/driver/setup_driver.py
blob: e43a19d717a2b5335115978a6999085efcec42ce (plain)
1
2
3
4
5
6
7
8
9
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", ],
)
bues.ch cgit interface