Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
z
Functions
a
c
e
f
g
h
i
l
m
p
q
r
t
u
Variables
a
b
c
f
i
k
l
m
n
p
r
s
t
z
Classes
Class List
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
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
package_info = generate_distutils_setup(
7
packages=[
'roscompile'
],
8
scripts=[
'scripts/roscompile'
],
9
package_dir={
''
:
'src'
}
10
)
11
12
setup
(**package_info)
setup
roscompile
Author(s):
autogenerated on Tue Jun 21 2022 03:01:39