Unverified Commit c87fc788 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update setup.py

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