Commit 8c5117bf authored by SingL3's avatar SingL3
Browse files

Add json files in package

Users can install this package in non-editable mode.
Because of the existence of the bigbench and the usage
of relative path, non-editable installation cant run.
parent 491ec989
...@@ -13,6 +13,10 @@ setuptools.setup( ...@@ -13,6 +13,10 @@ setuptools.setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/EleutherAI/lm-evaluation-harness", url="https://github.com/EleutherAI/lm-evaluation-harness",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
package_data={
"lm_eval": ["**/*.json"]
},
include_package_data=True,
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3", "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