mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-13 20:38:45 +00:00
parent
feec0a572c
commit
90c49e3386
23
setup.py
23
setup.py
@ -25,27 +25,10 @@ setup(
|
|||||||
author_email='info@trezor.io',
|
author_email='info@trezor.io',
|
||||||
description='Python library for communicating with TREZOR Hardware Wallet',
|
description='Python library for communicating with TREZOR Hardware Wallet',
|
||||||
url='https://github.com/trezor/python-trezor',
|
url='https://github.com/trezor/python-trezor',
|
||||||
py_modules=[
|
packages=[
|
||||||
'trezorlib.ckd_public',
|
'trezorlib',
|
||||||
'trezorlib.client',
|
|
||||||
'trezorlib.coins',
|
|
||||||
'trezorlib.debuglink',
|
|
||||||
'trezorlib.ed25519cosi',
|
|
||||||
'trezorlib.ed25519raw',
|
|
||||||
'trezorlib.mapping',
|
|
||||||
'trezorlib.messages',
|
'trezorlib.messages',
|
||||||
'trezorlib.protobuf',
|
'trezorlib.qt',
|
||||||
'trezorlib.protocol_v1',
|
|
||||||
'trezorlib.protocol_v2',
|
|
||||||
'trezorlib.qt.pinmatrix',
|
|
||||||
'trezorlib.tools',
|
|
||||||
'trezorlib.transport',
|
|
||||||
'trezorlib.transport_bridge',
|
|
||||||
'trezorlib.transport_hid',
|
|
||||||
'trezorlib.transport_pipe',
|
|
||||||
'trezorlib.transport',
|
|
||||||
'trezorlib.transport_udp',
|
|
||||||
'trezorlib.tx_api',
|
|
||||||
],
|
],
|
||||||
scripts=['trezorctl'],
|
scripts=['trezorctl'],
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
Loading…
Reference in New Issue
Block a user