Skip to content

Commit

Permalink
fix angle-trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLee97 committed Feb 28, 2024
1 parent 283b5c2 commit d31be12
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.train_cli:main',
],
},
)

0 comments on commit d31be12

Please sign in to comment.