Update email in setup.py

This commit is contained in:
Roman Zeyde
2023-08-19 15:36:21 +03:00
parent a247e877fc
commit 0acc6cd2ef
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ setup(
version='0.9.0',
description='Testing SSH/GPG agent with a fake device - NOT SAFE!!!',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
scripts=['fake_device_agent.py'],
install_requires=[

View File

@@ -6,7 +6,7 @@ setup(
version='0.9.0',
description='Using KeepKey as hardware SSH/GPG agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
scripts=['keepkey_agent.py'],
install_requires=[

View File

@@ -6,7 +6,7 @@ setup(
version='0.9.0',
description='Using Ledger as hardware SSH/GPG agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
scripts=['ledger_agent.py'],
install_requires=[

View File

@@ -6,7 +6,7 @@ setup(
version='0.12.0',
description='Using Trezor as hardware SSH/GPG agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
scripts=['trezor_agent.py'],
install_requires=[

View File

@@ -6,7 +6,7 @@ setup(
version='0.14.7',
description='Using hardware wallets as SSH/GPG agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
author_email='dev@romanzey.de',
url='http://github.com/romanz/trezor-agent',
packages=[
'libagent',