main: integration identity verification

This commit is contained in:
Roman Zeyde
2015-07-22 13:48:15 +03:00
parent 2ce448f736
commit 524df20ad6
3 changed files with 59 additions and 7 deletions

View File

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