Build pyd

This commit is contained in:
wqy
2024-01-13 11:38:52 +08:00
parent 8e7b3ebc1f
commit 37f5210ab9
3 changed files with 12 additions and 2 deletions

4
build_pyd.py Normal file
View File

@@ -0,0 +1,4 @@
from distutils.core import setup
from Cython.Build import cythonize
setup(ext_modules=cythonize("tjnetwork.py"))