From 2f578e018b3db2c537adea6e8cd4d4fe39be333e Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 10 Jan 2023 22:30:41 +0100
Subject: [PATCH] Fix authorship

---
 pyproject.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index c86a63d..f7959b3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,8 +14,7 @@ description = "Configuration Support for Python Packages and CLIs"
 dynamic = ["readme"]
 license = {text = "BSD 3-Clause License"}
 authors = [
-  {name = "Andre Anjos"},
-  {email = "andre.anjos@idiap.ch"},
+  {name = "Andre Anjos", email = "andre.anjos@idiap.ch"},
 ]
 classifiers = [
     "Development Status :: 4 - Beta",
-- 
GitLab