Main Page
Namespaces
Classes
Files
File List
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup(
5
packages=[
'rosboost_cfg'
],
6
package_dir={
''
:
'src'
},
7
scripts=[
'scripts/rosboost-cfg'
]
8
)
9
10
setup
(**d)
setup
Definition:
setup.py:1
rosboost_cfg
Author(s): Josh Faust
autogenerated on Thu Apr 30 2020 06:30:12