We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a425d commit a4fe8e3Copy full SHA for a4fe8e3
1 file changed
pyproject.toml
@@ -111,7 +111,7 @@ huggingface = [
111
]
112
adapters = [
113
"langfuse>=2.0.0",
114
- "datasets>=2.0.0",
+ "datasets>=2.0.0",
115
"transformers>=4.0.0",
116
117
@@ -122,6 +122,9 @@ eval-protocol = "eval_protocol.cli:main"
122
[tool.setuptools.packages.find]
123
include = ["eval_protocol*", "development*", "vendor*"]
124
125
+[tool.setuptools.package-data]
126
+"eval_protocol" = ["../vite-app/dist/**/*"]
127
+
128
[tool.versioneer]
129
VCS = "git"
130
style = "pep440"
0 commit comments