cleanup last commit

This commit is contained in:
Pavol Rusnak 2017-12-02 22:02:39 +01:00
parent f5c1587396
commit 8b9cba832c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 3 deletions

View File

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

View File

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