mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-21 15:39:01 +00:00
cleanup and release 0.6.5
This commit is contained in:
parent
05bdc56a8b
commit
d8f3a47eaf
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor',
|
name='trezor',
|
||||||
version='0.6.4',
|
version='0.6.5',
|
||||||
author='Bitcoin TREZOR',
|
author='Bitcoin TREZOR',
|
||||||
author_email='info@bitcointrezor.com',
|
author_email='info@bitcointrezor.com',
|
||||||
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
||||||
|
@ -8,8 +8,6 @@ import urllib
|
|||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
from trezorlib.client import TrezorClient, TrezorClientDebug
|
from trezorlib.client import TrezorClient, TrezorClientDebug
|
||||||
from trezorlib.tx_api import TXAPIBitcoin
|
|
||||||
from trezorlib.protobuf_json import pb2json
|
|
||||||
|
|
||||||
def parse_args(commands):
|
def parse_args(commands):
|
||||||
parser = argparse.ArgumentParser(description='Commandline tool for Trezor devices.')
|
parser = argparse.ArgumentParser(description='Commandline tool for Trezor devices.')
|
||||||
|
Loading…
Reference in New Issue
Block a user