setup.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 from distutils.core import setup
00004 from catkin_pkg.python_setup import generate_distutils_setup
00005 
00006 d = generate_distutils_setup(
00007     packages=['rocon_launch'],
00008     package_dir={'': 'src'},
00009     scripts=['scripts/rocon_launch',
00010              ],
00011 )
00012 
00013 setup(**d)


rocon_launch
Author(s): Daniel Stonier
autogenerated on Fri May 2 2014 10:35:40