"vscode:/vscode.git/clone" did not exist on "03b3e89aea0df0d43a5d4b827c970d5156c7f41c"
Unverified Commit 4e44f0aa authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Merge pull request #703 from EleutherAI/use_console_script

[Refactor] Use console script
parents 6b1897d6 20d70067
...@@ -18,6 +18,9 @@ setuptools.setup( ...@@ -18,6 +18,9 @@ setuptools.setup(
"lm_eval": ["**/*.yaml"], "lm_eval": ["**/*.yaml"],
"examples": ["**/*.yaml"], "examples": ["**/*.yaml"],
}, },
entry_points={
"console_scripts": ["lm-eval = main:main", "lm_eval = main:main"],
},
include_package_data=True, include_package_data=True,
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
......
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