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.package import parse_package_for_distutils
00005 
00006 d = parse_package_for_distutils()
00007 d['packages'] = ['wiimote']
00008 d['package_dir'] = {'': 'src'}
00009 d['install_requires'] = []
00010 
00011 setup(**d)


wiimote
Author(s): Andreas Paepcke, Melonee Wise
autogenerated on Mon Oct 6 2014 01:06:37