From bd12a7f49a711f538318a44f3cbc7806283549a0 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 15 Jul 2024 07:58:33 +0200 Subject: [PATCH] Add cgeng to authors --- LICENSE | 1 + pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e6647bbb..887c89c9 100644 --- a/LICENSE +++ b/LICENSE @@ -5,6 +5,7 @@ Copyright (c) 2018-present audEERING GmbH and Contributors Authors: Johannes Wagner Hagen Wierstorf + Christian Geng Baha Eddine Abrougui Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/pyproject.toml b/pyproject.toml index 13c329eb..37637e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ name = 'audformat' authors = [ {name = 'Hagen Wierstorf', email = 'hwierstorf@audeering.com'}, - {name = 'Johannes Wagner', email = 'jwagner@audeering.com'}, + {name = 'Johannes Wagner'}, + {name = 'Christian Geng', email = 'cgeng@audeering.com'}, {name = 'BahaEddine Abrougui'}, ] description = 'Python implementation of audformat'