Commit 20d70067 authored by lintangsutawika's avatar lintangsutawika
Browse files

added `lm-eval` and `lm_eval` as command to use instead of `python main.py`

parent 2820042d
...@@ -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