setup.py
Go to the documentation of this file.
1
2
3
from
distutils.core
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
'ddynamic_reconfigure_python'
],
9
package_dir={
''
:
'src'
},
10
requires=[
'rospy'
]
11
)
12
13
setup
(**setup_args)
setup
ddynamic_reconfigure_python
Author(s):
autogenerated on Wed Mar 2 2022 00:10:22