Skip to content

Commit

Permalink
update angle-trainer path
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLee97 committed May 21, 2024
1 parent dbb8196 commit be23a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tests_require=test_requirements,
entry_points={
'console_scripts': [
'angle-trainer = angle_emb.train_cli:main',
'angle-trainer = angle_emb.angle_trainer:main',
],
},
)

0 comments on commit be23a32

Please sign in to comment.