ssh: remove git utility

This commit is contained in:
Roman Zeyde
2016-11-03 23:12:59 +02:00
parent 021831073e
commit ac4a86d312
2 changed files with 0 additions and 29 deletions

View File

@@ -31,7 +31,6 @@ setup(
],
entry_points={'console_scripts': [
'trezor-agent = trezor_agent.__main__:run_agent',
'trezor-git = trezor_agent.__main__:run_git',
'trezor-gpg-create = trezor_agent.gpg.__main__:main_create',
'trezor-gpg-agent = trezor_agent.gpg.__main__:main_agent',
'trezor-gpg-unlock = trezor_agent.gpg.__main__:auto_unlock',