setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
from
setuptools
import
setup
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
d = generate_distutils_setup(
5
packages=[
'rqt_multiplot'
],
6
package_dir={
''
:
'src'
},
7
scripts=[
'scripts/rqt_multiplot'
],
8
)
9
setup
(**d)
setup
rqt_multiplot_plugin
Author(s): Ralf Kaestner
autogenerated on Mon May 15 2023 02:25:18