diff --git a/setup.py b/setup.py index 8da3a4b48..eef0c1c73 100755 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( url='https://github.com/trezor/python-trezor', packages=[ 'trezorlib', + 'trezorlib.transport', 'trezorlib.messages', 'trezorlib.qt', 'trezorlib.tests.device_tests',