Skip to content

Commit

Permalink
Fix install directory for index_template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Nov 18, 2024
1 parent 4c840d6 commit ad5c228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ version = { attr = "e3sm_diags.__version__" }
[tool.setuptools.data-files]
"share/e3sm_diags" = [
"e3sm_diags/driver/acme_ne30_ocean_land_mask.nc",
"e3sm_diags/viewer/index_template.html",
"misc/e3sm_logo.png",
]

"share/e3sm_diags/viewer" = ["e3sm_diags/viewer/index_template.html"]

"share/e3sm_diags/zonal_mean_xy" = [
"e3sm_diags/driver/default_diags/zonal_mean_xy*",
"e3sm_diags/driver/default_diags/legacy_diags/zonal_mean_xy*",
Expand Down

0 comments on commit ad5c228

Please sign in to comment.