remove trezor module

This commit is contained in:
Roman Zeyde
2016-02-15 17:22:01 +02:00
parent ff76f17c02
commit 231995bd1a
7 changed files with 14 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ setup(
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
url='http://github.com/romanz/trezor-agent',
packages=['trezor_agent', 'trezor_agent.trezor'],
packages=['trezor_agent'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6', 'keepkey>=0.7.0', 'semver>=2.2'],
platforms=['POSIX'],
classifiers=[
@@ -24,6 +24,6 @@ setup(
'Topic :: Communications',
],
entry_points={'console_scripts': [
'trezor-agent = trezor_agent.__main__:trezor_agent'
'trezor-agent = trezor_agent.__main__:main'
]},
)