fix bug and refine ,end of 2025
This commit is contained in:
6
build_pyd_singelfile.py
Normal file
6
build_pyd_singelfile.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(ext_modules=cythonize([
|
||||
"api/project.py"
|
||||
]))
|
||||
Reference in New Issue
Block a user