From 1df2838d1e8093923af7f193e06cf3742b2c6d58 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 28 May 2024 10:57:32 +0200 Subject: [PATCH] fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2226069..b879b75 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( ], extras_require={ 'test': test_requires - } + }, author="eReuse.org team", author_email="cayo@puigdefabregas.eu", description="signature and validation of verifiable credential and verifiable presentation",