gpg: export git-gpg wrapper

should be used as 'gpg.program' in .git/config
This commit is contained in:
Roman Zeyde
2016-04-23 23:13:06 +03:00
parent 0c94363595
commit 6cc3a629a8
2 changed files with 5 additions and 2 deletions

View File

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