View raw

1 from distutils.core import setup 2 from Cython.Build import cythonize 3 4 setup(ext_modules=cythonize('example.py')) 5