trezor: update tests and remove identity issues

This commit is contained in:
Roman Zeyde
2015-08-18 18:52:29 +03:00
parent bf6b58971a
commit 592bc78391
4 changed files with 25 additions and 89 deletions

View File

@@ -24,7 +24,6 @@ setup(
'Topic :: Communications',
],
entry_points={'console_scripts': [
'trezor-agent = sshagent.__main__:trezor_agent',
'trezor-verify = sshagent.__main__:trezor_verify'
'trezor-agent = sshagent.__main__:trezor_agent'
]},
)