Skip to content

Commit

Permalink
install produtil package so metplus can be imported in python
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 24, 2024
1 parent e2a7074 commit 7aa4afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Homepage = "https://github.com/dtcenter/METplus"
#run_metplus = "ush.run_metplus:cli_main"

[tool.setuptools.packages]
find = {include = ["metplus*"]}
find = {include = ["metplus*", "produtil*"]}

[tool.setuptools.package-data]
metplus = [
Expand Down

0 comments on commit 7aa4afc

Please sign in to comment.