sdlterm/setup.py
changeset 69 4e7be77bafff
parent 68 bc51b0220be2
child 70 db2eab0beb45
--- 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")
-)
-