mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-30 01:01:00 +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
|
.. image:: https://badges.gitter.im/trezor/community.svg
|
||||||
:target: https://gitter.im/trezor/community
|
: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
|
Install
|
||||||
-------
|
-------
|
||||||
|
6
setup.py
6
setup.py
@ -12,9 +12,9 @@ else:
|
|||||||
setup(
|
setup(
|
||||||
name='trezor',
|
name='trezor',
|
||||||
version='0.7.7',
|
version='0.7.7',
|
||||||
author='Bitcoin TREZOR',
|
author='TREZOR',
|
||||||
author_email='info@bitcointrezor.com',
|
author_email='info@trezor.io',
|
||||||
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
description='Python library for communicating with TREZOR Hardware Wallet',
|
||||||
url='https://github.com/trezor/python-trezor',
|
url='https://github.com/trezor/python-trezor',
|
||||||
py_modules=[
|
py_modules=[
|
||||||
'trezorlib.ckd_public',
|
'trezorlib.ckd_public',
|
||||||
|
Loading…
Reference in New Issue
Block a user