gpg: allow PIN entry before starting GPG shell

This commit is contained in:
Roman Zeyde
2016-10-30 22:01:01 +02:00
parent e74b9c77af
commit 75405b4944
3 changed files with 16 additions and 1 deletions

View File

@@ -33,5 +33,6 @@ setup(
'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',
]},
)