Main Page
Namespaces
Classes
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
from
distutils.core
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
Author(s): Ralf Kaestner
autogenerated on Wed Jul 10 2019 03:49:44