--- a/sdlterm/setup.py Wed Jan 23 21:59:16 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -from distutils.core import setup -from Cython.Build import cythonize - -setup( - ext_modules = cythonize("cython/sdlterm.pyx") -) -