from distutils.core import setup
from Cython.Build import cythonize
setup(
ext_modules=cythonize("treeherder/log_parser/*.pyx")
)