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 d = generate_distutils_setup(
7  packages=['kdl_parser_py']
8 )
9 
10 setup(**d)


kdl_parser_py
Author(s): Jonathan Bohren , Jackie Kay
autogenerated on Fri Apr 15 2022 03:01:27