mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
cleanup last commit
This commit is contained in:
parent
f5c1587396
commit
8b9cba832c
1
setup.py
1
setup.py
@ -47,7 +47,6 @@ setup(
|
|||||||
'trezorlib.transport_udp',
|
'trezorlib.transport_udp',
|
||||||
'trezorlib.tx_api',
|
'trezorlib.tx_api',
|
||||||
'trezorlib.types_pb2',
|
'trezorlib.types_pb2',
|
||||||
'trezorlib.version',
|
|
||||||
],
|
],
|
||||||
scripts=['trezorctl'],
|
scripts=['trezorctl'],
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
@ -115,8 +115,7 @@ def ls(transport_name):
|
|||||||
|
|
||||||
|
|
||||||
@cli.command(name='version', help='Show version of trezorctl/trezorlib.')
|
@cli.command(name='version', help='Show version of trezorctl/trezorlib.')
|
||||||
@click.pass_obj
|
def version():
|
||||||
def version(_):
|
|
||||||
from trezorlib import __version__ as VERSION
|
from trezorlib import __version__ as VERSION
|
||||||
return VERSION
|
return VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user