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

Merge pull request #915 from EleutherAI/package-patch

Update pyproject.toml
parents 56b7021f 84db6359
...@@ -38,13 +38,12 @@ dependencies = [ ...@@ -38,13 +38,12 @@ dependencies = [
"zstandard", "zstandard",
] ]
[tool.setuptools] [tool.setuptools.packages.find]
packages = ["lm_eval"] 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", "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