Update the script
This commit is contained in:
@@ -1 +1 @@
|
|||||||
python build_pyd.py rebuild
|
python build_pyd.py build
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ from Cython.Build import cythonize
|
|||||||
setup(ext_modules=cythonize([
|
setup(ext_modules=cythonize([
|
||||||
"main.py",
|
"main.py",
|
||||||
"auto_realtime.py",
|
"auto_realtime.py",
|
||||||
"auto_store_non_realtime_SCADA_data.py"
|
"auto_store_non_realtime_SCADA_data.py",
|
||||||
"tjnetwork.py",
|
"tjnetwork.py",
|
||||||
"api/*.py",
|
"api/*.py",
|
||||||
"epanet/*.py"
|
"epanet/*.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user