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


jsk_recognition_utils
Author(s):
autogenerated on Mon May 3 2021 03:03:03