treeherder/setup.py

7 строки
135 B
Python
Исходник Обычный вид История

2013-11-25 19:26:27 +04:00
from distutils.core import setup
from Cython.Build import cythonize
setup(
ext_modules=cythonize("treeherder/log_parser/*.pyx")
)