Skip to content

Commit 104016b

Browse files
authored
fix: fix pyproject.toml (#163)
1 parent 6cfa021 commit 104016b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ scripts.anemoi-inference = "anemoi.inference.__main__:main"
8181

8282
entry-points."ai_models.model".anemoi = "anemoi.inference.plugin:AIModelPlugin"
8383

84+
[tool.setuptools.package-data]
85+
"anemoi.inference.grib.templates" = [ "*.yaml" ]
86+
8487
[tool.setuptools_scm]
8588
version_file = "src/anemoi/inference/_version.py"
86-
87-
[setuptools.package-data]
88-
"anemoi.inference.grib.templates" = [ "*.yaml" ]

0 commit comments

Comments
 (0)