Main Page
Namespaces
Classes
Files
File List
File Members
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=[
'sound_play'
],
6
package_dir={
''
:
'src'
}
7
)
8
9
setup
(**d)
setup
sound_play
Author(s): Blaise Gassend
autogenerated on Fri Apr 9 2021 02:41:17