mirror of
https://github.com/romanz/amodem.git
synced 2026-03-30 15:36:49 +08:00
remove trezor module
This commit is contained in:
4
setup.py
4
setup.py
@@ -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'
|
||||
]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user