Skip to content

Commit

Permalink
Update email in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Aug 19, 2023
1 parent a247e87 commit 0acc6cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agents/fake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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=[
Expand Down
2 changes: 1 addition & 1 deletion agents/keepkey/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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=[
Expand Down
2 changes: 1 addition & 1 deletion agents/ledger/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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=[
Expand Down
2 changes: 1 addition & 1 deletion agents/trezor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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=[
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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',
Expand Down

0 comments on commit 0acc6cd

Please sign in to comment.