Main Page
Namespaces
Files
File List
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=[
'roscreate'
],
6
package_dir={
''
:
'src'
},
7
scripts=[
'scripts/roscreate-pkg'
],
8
requires=[
'roslib'
,
'rospkg'
]
9
)
10
11
setup
(**d)
setup
Definition:
setup.py:1
roscreate
Author(s): Ken Conley
autogenerated on Thu Apr 30 2020 06:30:16