"docs/backend/hyperparameter_tuning.md" did not exist on "a5e0defb5a560a6d42882008c1dd8a739002ab7d"
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( ...@@ -15,8 +15,8 @@ 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"],
'examples': ['**/*.yaml'], "examples": ["**/*.yaml"],
}, },
include_package_data=True, include_package_data=True,
classifiers=[ 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