Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
c
e
f
g
i
o
p
s
t
~
Functions
_
c
e
f
g
i
o
p
s
t
~
Variables
Related Functions
Files
File List
File Members
All
Macros
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=[
'smclib'
],
9
package_dir={
''
:
'python'
}
10
)
11
12
setup
(**d)
setup
Definition:
setup.py:1
smclib
Author(s): Various
autogenerated on Tue Mar 1 2022 23:53:36