Update email in setup.py
This commit is contained in:
@@ -9,7 +9,7 @@ setup(
|
|||||||
version='0.9.0',
|
version='0.9.0',
|
||||||
description='Testing SSH/GPG agent with a fake device - NOT SAFE!!!',
|
description='Testing SSH/GPG agent with a fake device - NOT SAFE!!!',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='dev@romanzey.de',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['fake_device_agent.py'],
|
scripts=['fake_device_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ setup(
|
|||||||
version='0.9.0',
|
version='0.9.0',
|
||||||
description='Using KeepKey as hardware SSH/GPG agent',
|
description='Using KeepKey as hardware SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='dev@romanzey.de',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['keepkey_agent.py'],
|
scripts=['keepkey_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ setup(
|
|||||||
version='0.9.0',
|
version='0.9.0',
|
||||||
description='Using Ledger as hardware SSH/GPG agent',
|
description='Using Ledger as hardware SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='dev@romanzey.de',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['ledger_agent.py'],
|
scripts=['ledger_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ setup(
|
|||||||
version='0.12.0',
|
version='0.12.0',
|
||||||
description='Using Trezor as hardware SSH/GPG agent',
|
description='Using Trezor as hardware SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='dev@romanzey.de',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['trezor_agent.py'],
|
scripts=['trezor_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ setup(
|
|||||||
version='0.14.7',
|
version='0.14.7',
|
||||||
description='Using hardware wallets as SSH/GPG agent',
|
description='Using hardware wallets as SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='dev@romanzey.de',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
packages=[
|
packages=[
|
||||||
'libagent',
|
'libagent',
|
||||||
|
|||||||
Reference in New Issue
Block a user