Add transfer script to cli tools in packaging
This commit is contained in:
parent
d874e0a6a7
commit
2e0388c47a
@ -10,7 +10,7 @@ version = (
|
||||
0,
|
||||
10,
|
||||
1,
|
||||
'beta.1',
|
||||
'beta.2',
|
||||
)
|
||||
|
||||
version_object = semver.VersionInfo(
|
||||
|
@ -54,3 +54,4 @@ console_scripts =
|
||||
# TODO: Merge this with ctl when subcmds sorted to submodules
|
||||
cic-eth-tag = cic_eth.runnable.tag:main
|
||||
cic-eth-resend = cic_eth.runnable.resend:main
|
||||
cic-eth-transfer = cic_eth.runnable.transfer:main
|
||||
|
Loading…
Reference in New Issue
Block a user