Main Page
Namespaces
Classes
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
try
:
3
from
setuptools
import
setup
4
except
ImportError:
5
from
distutils.core
import
setup
6
from
catkin_pkg.python_setup
import
generate_distutils_setup
7
8
d = generate_distutils_setup(
9
packages=[
'rqt_robot_monitor'
],
10
package_dir={
''
:
'src'
}
11
)
12
13
setup
(**d)
setup
rqt_robot_monitor
Author(s): Austin Hendrix, Isaac Saito, Ze'ev Klapow, Kevin Watts, Josh Faust
autogenerated on Thu Jun 4 2020 03:46:53