update readme, drop cmdtr

pull/25/head
Pavol Rusnak 8 years ago
parent 34e089d067
commit 5451db6e27
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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
------- -------

@ -1 +0,0 @@
trezorctl

@ -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…
Cancel
Save