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


naoqi_sensors
Author(s): Séverin Lemaignan, Vincent Rabaud, Karsten Knese, Jack O'Quin, Ken Tossell, Patrick Beeson, Nate Koenig, Andrew Howard, Damien Douxchamps, Dan Dennedy, Daniel Maier
autogenerated on Fri Jul 3 2015 15:25:16