Skip to content

Commit f39af8d

Browse files
committed
bandaid fix for xarray_schema using pkg_resources instead of importlib.metadata
1 parent 4a018a3 commit f39af8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hatch.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ open = "python3 -m webbrowser -t docs/_build/html/index.html"
1313
clean = "git clean -fdX -- {args:docs}"
1414

1515
[envs.data]
16+
extra-dependencies = [
17+
"setuptools",
18+
]
1619
[envs.data.scripts]
1720
download = "python ./.scripts/ci/download_data.py {args}"
1821

0 commit comments

Comments
 (0)