diff --git a/setup.py b/setup.py index a9db211..97884ec 100755 --- a/setup.py +++ b/setup.py @@ -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',