Main Page
Namespaces
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
from
distutils.core
import
setup
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
5
d = generate_distutils_setup(
6
scripts=[
'scripts/package_generator'
]
7
)
8
9
setup
(**d)
10
setup
Definition:
setup.py:1
motoman_robot_pkg_gen
Author(s): Shaun Edwards
autogenerated on Sun Oct 20 2019 03:55:31