setup.py
Go to the documentation of this file.
00001 from distutils.core import setup
00002 from catkin_pkg.python_setup import generate_distutils_setup
00003 
00004 d = generate_distutils_setup(
00005     packages=['dataspeed_pds_rqt'],
00006     package_dir={'': 'src'}
00007 )
00008 
00009 setup(**d)


dataspeed_pds_rqt
Author(s): Kevin Hallenbeck , Eric Myllyoja
autogenerated on Thu Apr 4 2019 02:42:51