Skip to content

Commit 0ae0508

Browse files
try fix template include in pkg
1 parent e00014d commit 0ae0508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ where = ["src"]
77

88
[tool.setuptools.package-data]
99
'feelpp.benchmarking' = [
10-
'json_report/templates/**/*',
10+
'json_report/templates/adoc/**',
11+
'json_report/templates/tex/**',
1112
'json_report/figures/tikz/templates/**',
1213
'dashboardRenderer/templates/**',
1314
'report/templates/**',

0 commit comments

Comments
 (0)