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)


sound_play
Author(s): Blaise Gassend
autogenerated on Fri Jun 9 2023 02:47:15