Updating Appveyor to use epanet-output binary wheel

This commit is contained in:
Michael Tryby
2018-03-16 16:21:21 -04:00
parent 63b4438765
commit c9192907a8
4 changed files with 24 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ except ImportError:
setup(
name = "epanet-output",
version = "1.0",
version = "0.1.0-alpha",
ext_modules = [
Extension("_epanet_output",
sources = ['src/epanet_output.i', 'src/epanet_output.c', 'src/errormanager.c'],