Skip to content

Commit 6a83a0f

Browse files
committed
add data
1 parent 5f0b275 commit 6a83a0f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,10 @@ eval_protocol = "eval_protocol.pytest.plugin"
143143
include = ["eval_protocol*", "development*", "vendor*", "examples*"]
144144

145145
[tool.setuptools.package-data]
146-
"eval_protocol" = ["../vite-app/dist/**/*"]
146+
"eval_protocol" = [
147+
"../vite-app/dist/**/*",
148+
"benchmarks/data/*"
149+
]
147150

148151
[tool.versioneer]
149152
VCS = "git"

0 commit comments

Comments
 (0)