gpg: install gpg-git wrapper script

This commit is contained in:
Roman Zeyde
2016-05-07 13:02:10 +03:00
parent 7e3c3b4f77
commit 78526d1379
2 changed files with 16 additions and 4 deletions

View File

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