Skip to content

Commit e37b078

Browse files
author
Dylan Huang
committed
Add script alias for eval_protocol CLI in pyproject.toml
1 parent 0fdd594 commit e37b078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ adapters = [
118118
[project.scripts]
119119
fireworks-reward = "eval_protocol.cli:main"
120120
eval-protocol = "eval_protocol.cli:main"
121+
ep = "eval_protocol.cli:main"
121122

122123
[tool.setuptools.packages.find]
123124
include = ["eval_protocol*", "development*", "vendor*"]

0 commit comments

Comments
 (0)