setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python3
2 from setuptools import setup
3 from catkin_pkg.python_setup import generate_distutils_setup
4 d = generate_distutils_setup(
5 packages=['rqt_multiplot'],
6 package_dir={'': 'src'},
7 scripts=['scripts/rqt_multiplot'],
8 )
9 setup(**d)


rqt_multiplot_plugin
Author(s): Ralf Kaestner
autogenerated on Fri Jan 15 2021 03:47:53