root/trunk/python/setup.py

Revision 125, 153 bytes (checked in by dsmith, 2 years ago)

merged branches/dev into trunk

Line 
1 from distutils.core import setup, Extension
2
3 setup(name='cwiid',
4         version='0.6.00',
5         ext_modules=[Extension('cwiid', ['cwiidmodule.c', 'Wiimote.c'])]
6         )
Note: See TracBrowser for help on using the browser.