1 2 3 4 5 6
from distutils.core import setup from Cython.Build import cythonize setup( ext_modules = cythonize("*.pyx") )