DEBSOURCES
Skip Quicknav
sources / python-line-profiler / 5.0.0-1 / tests / cython_example / setup.py
1234
from setuptools import setup from Cython.Build import cythonize setup(ext_modules=cythonize('cython_example.pyx'))