main: rename entry point

This commit is contained in:
Roman Zeyde
2015-07-22 12:51:04 +03:00
parent 85e0cf903e
commit 38136e76d5
2 changed files with 2 additions and 2 deletions

View File

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