Skip to content

Commit 4024be1

Browse files
committed
fix: include templates in package
1 parent 154b29e commit 4024be1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ include = ["celine.dataset*"]
3232
exclude = ["tests*"]
3333

3434
[tool.setuptools.package-data]
35-
"celine.dataset" = ["static/**/*"]
35+
"celine.dataset" = [
36+
"static/**/*",
37+
"templates/**/*",
38+
]
39+
40+
3641

3742
[dependency-groups]
3843
dev = [

0 commit comments

Comments
 (0)