gpg: add a script for faster commit verification

This commit is contained in:
Roman Zeyde
2016-04-30 22:07:46 +03:00
parent 07c4100618
commit d369638c7b
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,5 @@ setup(
'trezor-agent = trezor_agent.__main__:run_agent',
'trezor-git = trezor_agent.__main__:run_git',
'trezor-gpg = trezor_agent.gpg.signer:main',
'trezor-git-gpg-wrapper = trezor_agent.gpg.git_wrapper:main',
]},
)