Commit b4dd86e3 authored by lintangsutawika's avatar lintangsutawika
Browse files

minor fix

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