from distutils.core import setup
from Cython.Build import cythonize
setup(
    ext_modules = cythonize("accuracy_022P_cy.pyx")
)