setup.py
Go to the documentation of this file.
1
from
catkin_pkg.python_setup
import
generate_distutils_setup
2
from
setuptools
import
find_packages
3
from
setuptools
import
setup
4
5
6
d = generate_distutils_setup(
7
packages=find_packages(
'src'
),
8
package_dir={
''
:
'src'
},
9
)
10
11
setup
(**d)
setup
switchbot_ros
Author(s): Yoshiki Obinata
autogenerated on Sat Jun 24 2023 02:40:43