Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
g
k
p
r
s
w
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=[
'qt_gui_py_common'
],
9
package_dir={
''
:
'src'
}
10
)
11
12
setup
(**d)
setup
qt_gui_py_common
Author(s): Dorian Scholz
autogenerated on Fri Jun 24 2022 02:42:40