to solve the encoding problem of inp file exchange

This commit is contained in:
xinzish
2024-04-07 09:36:12 +08:00
parent 44edeffad9
commit e1b1f8d8ce
8 changed files with 2006 additions and 131 deletions

View File

@@ -2,6 +2,7 @@ from distutils.core import setup
from Cython.Build import cythonize
setup(ext_modules=cythonize([
"main.py",
"tjnetwork.py",
"api/*.py",
"epanet/*.py"