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 = [ ...@@ -39,14 +39,11 @@ dependencies = [
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["lm_eval"] include = ["lm_eval"]
include = ["*"]
namespaces = false
# required to include yaml files in pip installation # required to include yaml files in pip installation
[tool.setuptools.package-data] [tool.setuptools.package-data]
lm_eval = ["**/*.yaml", "prompts/**/*", "tasks/**/*"] lm_eval = ["**/*.yaml", "tasks/**/*"]
examples = ["**/*.yaml"]
[project.scripts] [project.scripts]
lm-eval = "lm_eval.__main__:cli_evaluate" 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