sdlterm/setup.py
author Radek Brich <radek.brich@devl.cz>
Mon, 07 Jan 2013 00:23:45 +0100
changeset 55 1ab0edd5d784
parent 47 537d7c6b48a2
permissions -rw-r--r--
DriverSDL: mousewheel, key repeation.

from distutils.core import setup
from Cython.Build import cythonize

setup(
    ext_modules = cythonize("cython/sdlterm.pyx")
)