Main Page
Namespaces
Classes
Files
File List
File Members
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
## don't do this unless you want a globally visible script
6
# scripts=['bin/myscript'],
7
packages=[
'sensor_msgs'
],
8
package_dir={
''
:
'src'
}
9
)
10
11
setup
(**d)
setup
sensor_msgs
Author(s): Tully Foote
autogenerated on Thu Jan 14 2021 03:25:16