1
0
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:
Karel Bilek 2015-12-21 18:20:11 +01:00
parent f149e705f4
commit 694e5cff06

View File

@ -20,6 +20,7 @@ setup(
'trezorlib.transport',
'trezorlib.transport_fake',
'trezorlib.transport_hid',
'trezorlib.transport_bridge',
'trezorlib.transport_pipe',
'trezorlib.transport_serial',
'trezorlib.transport_socket',