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

Commit 31fa921

Browse files
authored
Merge pull request #136 from plenarius/pr/change_repl_name
change REPL name to pyota-cli
2 parents 3ef3e7e + 88d7872 commit 31fa921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point
4949
entry_points = {
5050
'console_scripts': [
51-
'iota-cli=iota.bin.repl:main',
51+
'pyota-cli=iota.bin.repl:main',
5252
],
5353
},
5454

0 commit comments

Comments
 (0)