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 = [ ...@@ -41,9 +41,13 @@ dependencies = [
[tool.setuptools] [tool.setuptools]
packages = ["lm_eval"] packages = ["lm_eval"]
[tool.setuptools.packages.find]
include = ["lm_eval*"]
# 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", "api/**/*", "decontamination/**/*", "filters/**/*", "models/**/*", "prompts/**/*", "tasks/**/*"] lm_eval = ["**/*.yaml", "prompts/**/*", "tasks/**/*"]
examples = ["**/*.yaml"] examples = ["**/*.yaml"]
[project.scripts] [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