Main Page
Namespaces
Classes
Files
File List
File Members
setup.py
Go to the documentation of this file.
1
from
distutils.core
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup(
5
packages=[
'sr_utilities'
],
6
scripts=[],
7
package_dir={
''
:
'scripts'
}
8
)
9
10
setup
(**d)
setup
sr_utilities
Author(s): Ugo Cupcic
autogenerated on Tue Oct 13 2020 03:55:49