File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 ],
3939 namespace_packages = ['epanet' ],
4040 packages = {microlib_name },
41- # py_modules = ['output'],
41+ py_modules = ['output' ],
4242# include_package_data=True
4343 package_data = {microlib_name :['*epanet-output.dll' , '*epanet-output.so' ]},
4444
Original file line number Diff line number Diff line change 3737 ],
3838 namespace_packages = ['epanet' ],
3939 packages = {microlib_name },
40- # py_modules = ['toolkit'],
40+ py_modules = ['toolkit' ],
4141# include_package_data=True
4242 package_data = {microlib_name :['*epanet2.dll' , '*epanet2.so' ]},
4343
Original file line number Diff line number Diff line change 99from setuptools .command .develop import develop
1010from setuptools .command .install import install
1111
12+
1213import sys
1314import subprocess
1415
@@ -66,5 +67,6 @@ def run(self):
6667 cmdclass = {
6768 'install' : InstallCmd ,
6869 'develop' : DevelopCmd
69- },
70+
71+ }
7072)
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ envlist = py36
66[testenv]
77whitelist_externals =
88 swig
9+ skipsdist = True
10+ usedevelop = True
911deps =
1012 pytest
1113 numpy
1214commands =
13- python -m pip install -e .
1415 python -m pytest --color =yes epanet_python -s
You can’t perform that action at this time.
0 commit comments