gpg: use "gpg2" for 'git config --local gpg.program'

This commit is contained in:
Roman Zeyde
2016-06-06 22:51:55 +03:00
parent 694cee17ac
commit a05cff5079
3 changed files with 1 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ setup(
author_email='roman.zeyde@gmail.com',
url='http://github.com/romanz/trezor-agent',
packages=['trezor_agent', 'trezor_agent.gpg'],
scripts=['trezor_agent/gpg/trezor-git-gpg-wrapper.sh'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'protobuf>=2.6.1', 'trezor>=0.6.12', 'semver>=2.2'],
platforms=['POSIX'],
classifiers=[