setup.py
Go to the documentation of this file.
1 from distutils.core import setup
2 from catkin_pkg.python_setup import generate_distutils_setup
3 
4 # fetch values from package.xml
5 setup_args = generate_distutils_setup(
6  packages=['sr_example'],
7  package_dir={'': 'scripts'})
8 
9 setup(**setup_args)


sr_example
Author(s): Ugo Cupcic
autogenerated on Wed Oct 14 2020 04:05:12