mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
8 lines
279 B
Python
8 lines
279 B
Python
from electrum.i18n import _
|
|
|
|
fullname = 'Trezor Wallet'
|
|
description = _('Provides support for Trezor hardware wallet')
|
|
requires = [('trezorlib','github.com/trezor/python-trezor')]
|
|
registers_keystore = ('hardware', 'trezor', _("Trezor wallet"))
|
|
available_for = ['qt', 'cmdline']
|
|
|