setup.py
Go to the documentation of this file.
1 """
2 Allows for develspace use of `pheeno_ros` python package.
3 Do NOT run using python. Let catkin do it.
4 More info: http://docs.ros.org/api/catkin/html/user_guide/setup_dot_py.html
5 
6 Written by: Zahi Kakish (zmk5)
7 
8 """
9 from distutils.core import setup
10 from catkin_pkg.python_setup import generate_distutils_setup
11 
12 SETUP_ARGS = generate_distutils_setup(
13  packages=["pheeno_ros"],
14  package_dir={'': 'scripts/'}
15 )
16 
17 setup(**SETUP_ARGS)


pheeno_ros
Author(s): Zahi Kakish, Sean Wilson
autogenerated on Mon Jun 10 2019 14:10:48