root/python/setup.py
| Revision fadf11e89b579bcc0336a0692ac15c93785f3f82, 187 bytes (checked in by L. Donnie Smith <donnie.smith@…>, 2 years ago) | |
|---|---|
|
|
| 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'], libraries=['cwiid', 'bluetooth'])] |
| 6 | ) |
Note: See TracBrowser
for help on using the browser.
