main: add trezor-git entry point

This commit is contained in:
Roman Zeyde
2016-03-05 11:15:23 +02:00
parent 4384b93c19
commit 98e875562e
2 changed files with 35 additions and 14 deletions

View File

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