root/python/setup.py

Revision fadf11e89b579bcc0336a0692ac15c93785f3f82, 187 bytes (checked in by L. Donnie Smith <donnie.smith@…>, 2 years ago)

Fix python module linking

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