Go to the documentation of this file.
3 from distutils.core
import setup
6 name=
'libuavcan_dsdl_compiler',
8 description=
'UAVCAN DSDL compiler for libuavcan',
9 packages=[
'libuavcan_dsdl_compiler'],
10 package_data={
'libuavcan_dsdl_compiler': [
'data_type_template.tmpl']},
11 scripts=[
'libuavcan_dsdlc'],
13 author=
'Pavel Kirienko',
14 author_email=
'pavel.kirienko@gmail.com',
15 url=
'http://uavcan.org',