mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 18:00:59 +00:00
adding bridge transport to setup
This commit is contained in:
parent
f149e705f4
commit
694e5cff06
1
setup.py
1
setup.py
@ -20,6 +20,7 @@ setup(
|
|||||||
'trezorlib.transport',
|
'trezorlib.transport',
|
||||||
'trezorlib.transport_fake',
|
'trezorlib.transport_fake',
|
||||||
'trezorlib.transport_hid',
|
'trezorlib.transport_hid',
|
||||||
|
'trezorlib.transport_bridge',
|
||||||
'trezorlib.transport_pipe',
|
'trezorlib.transport_pipe',
|
||||||
'trezorlib.transport_serial',
|
'trezorlib.transport_serial',
|
||||||
'trezorlib.transport_socket',
|
'trezorlib.transport_socket',
|
||||||
|
Loading…
Reference in New Issue
Block a user