Main Page
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Hierarchy
Class Members
All
Functions
Variables
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
setuptools
import
setup
4
5
from
catkin_pkg.python_setup
import
generate_distutils_setup
6
7
d = generate_distutils_setup(
8
packages=[
'rqt_gui_py'
],
9
package_dir={
''
:
'src'
}
10
)
11
12
setup
(**d)
setup
rqt_gui_py
Author(s): Dirk Thomas, Michael Jeronimo
autogenerated on Sat Apr 12 2025 02:31:41