from setuptools import setup from Cython.Build import cythonize setup( ext_modules=cythonize(["IMCtermite.pyx"],language_level=3) )