Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 21b0f1e5ea2f8501696950fb5af05384 > files > 2

python-wmd-0.1.2-7mdv2010.0.src.rpm

from distutils.core import setup

setup(
    name = "wmd",
    version = "",
    description = "Linux Driver for the Nintendo Wii Remote",
    url = "http://forthewiin.org",
    scripts = [
      'WMD.py'
    ],
    packages = [
      'wmd',
      'wmd.EventBridges',
      'wmd.Gestures',
      'wmd.UI',
      'wmd.Wiimote',
      'wmd.Wiimote.Backends',
    ],
)