Skip to content

Commit

Permalink
Fixed entry point of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kiruxaspb committed Jan 27, 2025
1 parent e7fa0c2 commit 17a068c
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 @@ -67,7 +67,7 @@ def run(self):
},
entry_points={
'console_scripts': [
'snet = snet.cli:main',
'snet = snet-cli:main',
],
}
)

0 comments on commit 17a068c

Please sign in to comment.