def run(self): # Make sure the compiled Cython files in the distribution are up-to-date from Cython.Build import cythonize cythonize(['polo.pyx'], include_dirs=[numpy.get_include()]) _sdist.run(self)