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 Mon Feb 28 2022 23:52:19