Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Hierarchy
Class Members
All
b
e
f
h
i
l
m
o
s
t
v
w
x
Functions
Variables
b
e
f
h
i
l
m
o
s
t
v
w
x
Files
File List
File Members
All
_
a
b
c
d
f
g
i
k
l
m
o
p
r
s
t
u
w
x
Functions
a
b
c
d
f
g
i
l
m
p
r
s
t
w
x
Variables
Typedefs
Enumerations
Enumerator
Macros
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup(
5
packages=[
'roslz4'
],
6
package_dir={
''
:
'src'
},
7
requires=[],
8
)
9
10
setup
(**d)
setup
Definition:
setup.py:1
roslz4
Author(s): Ben Charrow
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:30