Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #136 from plenarius/pr/change_repl_name
Browse files Browse the repository at this point in the history
change REPL name to pyota-cli
  • Loading branch information
todofixthis committed Jan 11, 2018
2 parents 3ef3e7e + 88d7872 commit 31fa921
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 @@ -48,7 +48,7 @@
# http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point
entry_points = {
'console_scripts': [
'iota-cli=iota.bin.repl:main',
'pyota-cli=iota.bin.repl:main',
],
},

Expand Down

0 comments on commit 31fa921

Please sign in to comment.