Mercurial > hg > python
view cy_works/setup.py @ 76:cba9cb3a6797
from python3.13 with block boundary tracking added by HST
| author | Henry S Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 12 Mar 2026 18:06:10 +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"])]) )
