setup.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 from distutils.core import setup
00003 from catkin_pkg.python_setup import generate_distutils_setup
00004 
00005 d = generate_distutils_setup(
00006     scripts=['scripts/package_generator']
00007 )
00008 
00009 setup(**d)
00010 


motoman_robot_pkg_gen
Author(s): Shaun Edwards
autogenerated on Thu Jun 6 2019 20:16:41