Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
g
h
i
l
o
p
r
s
t
w
Functions
_
b
c
d
e
g
h
i
l
r
s
w
Variables
_
a
c
d
h
i
l
o
p
s
t
w
Properties
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=[
'bondpy'
],
9
package_dir={
''
:
'python'
}
10
)
11
12
setup
(**d)
setup
bondpy
Author(s): Stuart Glaser
autogenerated on Tue Mar 1 2022 23:53:38