Mercurial > hg > cc > cirrus_work
changeset 310:4f7977c697ef trim
include dbt.pyx
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Mon, 22 Dec 2025 22:19:07 +0000 |
| parents | b6203074f18c |
| children | 2ecf29fd1cee |
| files | lib/python/cc/lmh/setup.py |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/python/cc/lmh/setup.py Mon Dec 22 22:18:16 2025 +0000 +++ b/lib/python/cc/lmh/setup.py Mon Dec 22 22:19:07 2025 +0000 @@ -2,5 +2,6 @@ from Cython.Build import cythonize setup( - ext_modules = cythonize([Extension("db", ["db.pyx"])]) + ext_modules = cythonize([Extension("db", ["db.pyx"]), + Extension("dbt", ["dbt.pyx"])]) )
