mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-16 02:10:55 +00:00
fix install
This commit is contained in:
parent
8189ec0e76
commit
ef21a91ceb
8
setup.py
8
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor',
|
name='trezor',
|
||||||
version='0.7.1',
|
version='0.7.2',
|
||||||
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',
|
||||||
@ -18,12 +18,10 @@ setup(
|
|||||||
'trezorlib.qt.pinmatrix',
|
'trezorlib.qt.pinmatrix',
|
||||||
'trezorlib.tools',
|
'trezorlib.tools',
|
||||||
'trezorlib.transport',
|
'trezorlib.transport',
|
||||||
'trezorlib.transport_fake',
|
|
||||||
'trezorlib.transport_hid',
|
|
||||||
'trezorlib.transport_bridge',
|
'trezorlib.transport_bridge',
|
||||||
|
'trezorlib.transport_hid',
|
||||||
'trezorlib.transport_pipe',
|
'trezorlib.transport_pipe',
|
||||||
'trezorlib.transport_serial',
|
'trezorlib.transport_udp',
|
||||||
'trezorlib.transport_socket',
|
|
||||||
'trezorlib.tx_api',
|
'trezorlib.tx_api',
|
||||||
'trezorlib.types_pb2',
|
'trezorlib.types_pb2',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user