Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
c87fc788
Unverified
Commit
c87fc788
authored
Jun 17, 2023
by
Lintang Sutawika
Committed by
GitHub
Jun 17, 2023
Browse files
Update setup.py
parent
bafaef26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
c87fc788
...
@@ -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
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment