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    ##  don't do this unless you want a globally visible script
00008    # scripts=['bin/myscript'], 
00009    packages=['launch_tools'],
00010    package_dir={'': 'scripts'}
00011 )
00012 
00013 setup(**d)


launch_tools
Author(s): Stephan Wirth , Miquel Massot
autogenerated on Fri Aug 28 2015 13:15:08