From 81de093ddb084712f3703360225a2d9cb440a28b Mon Sep 17 00:00:00 2001 From: doolio Date: Wed, 6 Sep 2023 13:26:14 +0200 Subject: [PATCH] Update description in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b59fb8..34425c8 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='libagent', version='0.14.8', - description='Using hardware wallets as SSH/GPG agent', + description='Using hardware wallets as SSH/GPG/age agent', author='Roman Zeyde', author_email='dev@romanzey.de', url='http://github.com/romanz/trezor-agent',