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(
"lm_eval": ["**/*.yaml"],
"examples": ["**/*.yaml"],
},
entry_points={
"console_scripts": ["lm-eval = main:main", "lm_eval = main:main"],
},
include_package_data=True,
classifiers=[
"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