mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-16 02:10:55 +00:00
update readme, drop cmdtr
This commit is contained in:
parent
34e089d067
commit
5451db6e27
@ -7,9 +7,9 @@ python-trezor
|
||||
.. image:: https://badges.gitter.im/trezor/community.svg
|
||||
:target: https://gitter.im/trezor/community
|
||||
|
||||
Client side implementation for TREZOR-compatible Bitcoin hardware wallets.
|
||||
Python library for communicating with TREZOR Hardware Wallet
|
||||
|
||||
See http://bitcointrezor.com for more information.
|
||||
See https://trezor.io for more information
|
||||
|
||||
Install
|
||||
-------
|
||||
|
6
setup.py
6
setup.py
@ -12,9 +12,9 @@ else:
|
||||
setup(
|
||||
name='trezor',
|
||||
version='0.7.7',
|
||||
author='Bitcoin TREZOR',
|
||||
author_email='info@bitcointrezor.com',
|
||||
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
||||
author='TREZOR',
|
||||
author_email='info@trezor.io',
|
||||
description='Python library for communicating with TREZOR Hardware Wallet',
|
||||
url='https://github.com/trezor/python-trezor',
|
||||
py_modules=[
|
||||
'trezorlib.ckd_public',
|
||||
|
Loading…
Reference in New Issue
Block a user