Variables
setup Namespace Reference

Variables

 __version__ = None
 
 args
 
 d
 
 d
 
 d
 
 long_description = fh.read()
 
 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'pyuavcan_v0', 'version.py')
 

Variable Documentation

◆ __version__

setup.__version__ = None
private

Definition at line 15 of file pyuavcan/setup.py.

◆ args

setup.args
Initial value:
1 = dict(
2  name='pyuavcan_v0',
3  version=__version__,
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',
7  packages=[
8  'pyuavcan_v0',
9  'pyuavcan_v0.dsdl',
10  'pyuavcan_v0.driver',
11  'pyuavcan_v0.app',
12  ],
13  package_data={
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')]
17  },
18  author='Pavel Kirienko, Ben Dyer',
19  author_email='maintainers@uavcan.org',
20  url='http://uavcan.org',
21  license='MIT',
22  classifiers=[
23  'Development Status :: 3 - Alpha',
24  'Intended Audience :: Developers',
25  'Topic :: Software Development :: Libraries',
26  'License :: OSI Approved :: MIT License',
27  'Programming Language :: Python',
28  ],
29  keywords=''
30 )

Definition at line 22 of file pyuavcan/setup.py.

◆ long_description

setup.long_description = fh.read()

Definition at line 20 of file pyuavcan/setup.py.

◆ VERSION_FILE

setup.VERSION_FILE = os.path.join(os.path.dirname(__file__), 'pyuavcan_v0', 'version.py')

Definition at line 16 of file pyuavcan/setup.py.



uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04