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 d['packages'] = ['darwin_gazebo']
00007 d['package_dir'] = {'': 'src'}
00008 
00009 setup(**d)


darwin_gazebo
Author(s): Philippe Capdepuy
autogenerated on Thu Jun 6 2019 21:26:15