setup.py
Go to the documentation of this file.
1
from
catkin_pkg.python_setup
import
generate_distutils_setup
2
from
setuptools
import
setup
3
4
d = generate_distutils_setup(
5
packages=[
'sound_play'
],
6
package_dir={
''
:
'src'
}
7
)
8
9
setup
(**d)
setup
sound_play
Author(s): Blaise Gassend
autogenerated on Fri Aug 16 2024 02:42:13