cleanup last commit

pull/25/head
Pavol Rusnak 7 years ago
parent f5c1587396
commit 8b9cba832c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -47,7 +47,6 @@ setup(
'trezorlib.transport_udp',
'trezorlib.tx_api',
'trezorlib.types_pb2',
'trezorlib.version',
],
scripts=['trezorctl'],
install_requires=install_requires,

@ -115,8 +115,7 @@ def ls(transport_name):
@cli.command(name='version', help='Show version of trezorctl/trezorlib.')
@click.pass_obj
def version(_):
def version():
from trezorlib import __version__ as VERSION
return VERSION

Loading…
Cancel
Save