fix:build lite

This commit is contained in:
jxxghp
2025-03-23 14:48:20 +08:00
parent a92cc9dce9
commit 850d480c7c
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ setup(
author="jxxghp",
ext_modules=cythonize(
extensions,
build_dir="cython_cache",
build_dir="build",
compiler_directives={
"language_level": "3",
"auto_pickle": False,