Skip to content

Commit

Permalink
fix bug where METplus use cases are failing by adding xsd file to pac…
Browse files Browse the repository at this point in the history
…kage data so it is available when installed as a python package
  • Loading branch information
georgemccabe committed Oct 14, 2024
1 parent c6bb818 commit 89895a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
include_package_data=True,
package_data={
"METdbLoad": [
"ush/load_specification_schema.xsd",
],
}
)

0 comments on commit 89895a8

Please sign in to comment.