Skip to content

Commit fe39f4b

Browse files
authored
pip install jinja and lark dependencies (#272)
1 parent 637b3bc commit fe39f4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ include = ["flopy4", "flopy4.*"]
8888
[tool.setuptools.package-data]
8989
"flopy4.dfns" = ["dfns/*.dfn"]
9090
"flopy4.toml" = ["dfns/toml/*.toml"]
91+
"flopy4" = [
92+
"mf6/codec/**/*.lark",
93+
"mf6/codec/**/*.jinja",
94+
]
9195

9296
[tool.ruff]
9397
line-length = 100

0 commit comments

Comments
 (0)