Mercurial > hg > python
view cy_works/setup.py @ 69:157f012ffab7 default tip
from local
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 17 Jan 2025 15:45:26 +0000 |
parents | eb91fd5d49b3 |
children |
line wrap: on
line source
from setuptools import Extension, setup from Cython.Build import cythonize setup( ext_modules = cythonize([Extension("qu", ["qu.pyx"])]) )