setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 from distutils.core import setup
3 from catkin_pkg.python_setup import generate_distutils_setup
4 
5 d = generate_distutils_setup(
6  packages=['naoqi_sensors'],
7  package_dir={'': 'src'}
8 )
9 
10 setup(**d)


naoqi_sensors_py
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 Thu Jul 16 2020 03:18:33