4 description=
'UAVCAN/CAN v0 (legacy) implementation in Python. Checkout pyuavcan for v1 implementation.',
5 long_description=long_description,
6 long_description_content_type=
'text/markdown',
14 'pyuavcan_v0': [os.path.join(root[len(
'pyuavcan_v0/'):], fname)
15 for root, dirs, files
in os.walk(
'pyuavcan_v0/dsdl_files')
16 for fname
in files
if fname.endswith(
'.uavcan')]
18 author=
'Pavel Kirienko, Ben Dyer',
19 author_email=
'maintainers@uavcan.org',
20 url=
'http://uavcan.org',
23 'Development Status :: 3 - Alpha',
24 'Intended Audience :: Developers',
25 'Topic :: Software Development :: Libraries',
26 'License :: OSI Approved :: MIT License',
27 'Programming Language :: Python',