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_moveit'
],
10
package_dir={
''
:
'src'
}
11
)
12
13
setup
(**d)
setup
rqt_moveit
Author(s): Isaac Saito
autogenerated on Thu Jun 4 2020 03:35:58