__main__: move entry point

This commit is contained in:
Roman Zeyde
2015-07-20 18:01:34 +03:00
parent e1e4a6b93e
commit b3ccb4c729
2 changed files with 1 additions and 1 deletions

View File

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