Fix build error
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(ext_modules=cythonize("tjnetwork.py"))
|
||||
setup(ext_modules=cythonize([
|
||||
"tjnetwork.py",
|
||||
"api/*.py",
|
||||
"epanet/*.py"
|
||||
]))
|
||||
Reference in New Issue
Block a user