update readme, drop cmdtr

This commit is contained in:
Pavol Rusnak 2016-11-27 13:48:45 +01:00
parent 34e089d067
commit 5451db6e27
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 5 additions and 6 deletions

View File

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

View File

@ -1 +0,0 @@
trezorctl

View File

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