mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 20:42:03 +00:00
add trezorctl to package and bump version
This commit is contained in:
parent
06ed6a27a7
commit
3358906c65
3
setup.py
3
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor',
|
name='trezor',
|
||||||
version='0.6.1',
|
version='0.6.2',
|
||||||
author='Bitcoin TREZOR',
|
author='Bitcoin TREZOR',
|
||||||
author_email='info@bitcointrezor.com',
|
author_email='info@bitcointrezor.com',
|
||||||
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
||||||
@ -26,6 +26,7 @@ setup(
|
|||||||
'trezorlib.tx_api',
|
'trezorlib.tx_api',
|
||||||
'trezorlib.types_pb2',
|
'trezorlib.types_pb2',
|
||||||
],
|
],
|
||||||
|
scripts = ['trezorctl'],
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
install_requires=['ecdsa>=0.9', 'protobuf==2.5.0', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
install_requires=['ecdsa>=0.9', 'protobuf==2.5.0', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user