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