Add transfer script to cli tools in packaging

This commit is contained in:
nolash 2021-03-30 15:20:03 +02:00
parent d874e0a6a7
commit 2e0388c47a
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ version = (
0,
10,
1,
'beta.1',
'beta.2',
)
version_object = semver.VersionInfo(

View File

@ -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