Unverified Commit b3a2af33 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Update pyproject.toml

parent 59204667
......@@ -41,9 +41,13 @@ dependencies = [
[tool.setuptools]
packages = ["lm_eval"]
[tool.setuptools.packages.find]
include = ["lm_eval*"]
# required to include yaml files in pip installation
[tool.setuptools.package-data]
lm_eval = ["**/*.yaml", "api/**/*", "decontamination/**/*", "filters/**/*", "models/**/*", "prompts/**/*", "tasks/**/*"]
lm_eval = ["**/*.yaml", "prompts/**/*", "tasks/**/*"]
examples = ["**/*.yaml"]
[project.scripts]
......
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