From 5451db6e27e2fb1b5688d97ce23d4f681ecc9072 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 27 Nov 2016 13:48:45 +0100 Subject: [PATCH] update readme, drop cmdtr --- README.rst | 4 ++-- cmdtr.py | 1 - setup.py | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 120000 cmdtr.py diff --git a/README.rst b/README.rst index 9ec4a010a..3bf6757e8 100644 --- a/README.rst +++ b/README.rst @@ -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 ------- diff --git a/cmdtr.py b/cmdtr.py deleted file mode 120000 index d1e9d2464..000000000 --- a/cmdtr.py +++ /dev/null @@ -1 +0,0 @@ -trezorctl \ No newline at end of file diff --git a/setup.py b/setup.py index 6ae99e7ad..bdf48150a 100755 --- a/setup.py +++ b/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',