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


roscompile
Author(s):
autogenerated on Wed Mar 3 2021 03:56:01