gpg: export command-line tool

This commit is contained in:
Roman Zeyde
2016-04-23 22:55:34 +03:00
parent 40377fc66b
commit 0c94363595

View File

@@ -30,5 +30,6 @@ setup(
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'trezor-agent = trezor_agent.__main__:run_agent', 'trezor-agent = trezor_agent.__main__:run_agent',
'trezor-git = trezor_agent.__main__:run_git', 'trezor-git = trezor_agent.__main__:run_git',
'trezor-gpg = trezor_agent.gpg.signer:main',
]}, ]},
) )