From 872a2eb0f1f8c4e21bc54ce34cf0c14b094563d1 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Mon, 16 Jan 2023 09:34:22 +0000 Subject: [PATCH] [meta] Authorship dictionary fix. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 750b0e1..a5cd39f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,7 @@ description = "Basic IO for Bob" 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