Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Files
File List
setup.py
Go to the documentation of this file.
1
# ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
2
3
from
setuptools
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=[
'ros_pytest'
],
9
package_dir={
''
:
'src'
},
10
)
11
12
setup
(**setup_args)
setup
ros_pytest
Author(s):
autogenerated on Wed Mar 8 2023 03:16:33