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

Merge pull request #596 from EleutherAI/package-yamls

[Refactor] Package YAMLs alongside pip installations of lm-eval
parents 24e3e3fa d3037f34
......@@ -13,6 +13,12 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/EleutherAI/lm-evaluation-harness",
packages=setuptools.find_packages(),
# required to include yaml files in pip installation
package_data={
'lm_eval': ['**/*.yaml'],
'examples': ['**/*.yaml'],
},
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
......
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