from distutils.core import setup from Cython.Build import cythonize setup(name='kronecker', ext_modules=cythonize("cythkrn.pyx"))