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=['rosbag_image_compressor'],
00010     package_dir={'': 'src'}
00011 )
00012 
00013 setup(**d)


rosbag_image_compressor
Author(s):
autogenerated on Thu Aug 27 2015 14:50:43