"vscode:/vscode.git/clone" did not exist on "aead3912c8d1c228a6240057d4c1072f96fab2a9"
Unverified Commit a1b589df authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Update pyproject.toml

parent fa1f3571
......@@ -39,14 +39,11 @@ dependencies = [
]
[tool.setuptools.packages.find]
where = ["lm_eval"]
include = ["*"]
namespaces = false
include = ["lm_eval"]
# required to include yaml files in pip installation
[tool.setuptools.package-data]
lm_eval = ["**/*.yaml", "prompts/**/*", "tasks/**/*"]
examples = ["**/*.yaml"]
lm_eval = ["**/*.yaml", "tasks/**/*"]
[project.scripts]
lm-eval = "lm_eval.__main__:cli_evaluate"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment