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
e81d3cce
Unverified
Commit
e81d3cce
authored
Oct 04, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Oct 04, 2023
Browse files
Merge pull request #902 from carmocca/patch-1
Exclude the scripts directory from the installation
parents
f2e3950b
a3329027
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
e81d3cce
...
...
@@ -12,7 +12,7 @@ setuptools.setup(
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
"https://github.com/EleutherAI/lm-evaluation-harness"
,
packages
=
setuptools
.
find_packages
(),
packages
=
setuptools
.
find_packages
(
exclude
=
[
"scripts.*"
,
"scripts"
]
),
package_data
=
{
"lm_eval"
:
[
"**/*.json"
]},
include_package_data
=
True
,
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