Skip to content

Commit

Permalink
fix: include code.json in distribution zipfile (#27)
Browse files Browse the repository at this point in the history
* code.json needs to be in the zipfile for flopy's get-modflow --subset
* previously included by default, now need make-code-json --zip arg
  • Loading branch information
wpbonelli committed Feb 19, 2024
1 parent fc412e5 commit 4443c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def run_cmd(args) -> bool:
"-ad",
str(path),
"--verbose",
"--zip",
str(zip_path)
]
), "could not make code.json"
assert zip_path.is_file(), "could not build distribution zipfile"
Expand Down

0 comments on commit 4443c31

Please sign in to comment.