Commit f70cbed9 authored by Eddy Yeo's avatar Eddy Yeo
Browse files

Fix task packaging

parent e9b938f2
...@@ -15,7 +15,7 @@ setuptools.setup( ...@@ -15,7 +15,7 @@ setuptools.setup(
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
# required to include yaml files in pip installation # required to include yaml files in pip installation
package_data={ package_data={
"lm_eval": ["**/*.yaml"], "lm_eval": ["**/*.yaml", "tasks/**/*"],
"examples": ["**/*.yaml"], "examples": ["**/*.yaml"],
}, },
entry_points={ entry_points={
......
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