From d2d2dec19365d20e312b49cf29f5ecdaa1d94929 Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:15:48 +0200 Subject: [PATCH] Update authors #513 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a2776f3..7b534f13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ authors = [ ] maintainers = [ + {name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"}, {name = "Florian Kotthoff"}, - {name = "Christoph Muschner", email = "datenzentrum@rl-institut.de"}, - {name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"} + {name = "Christoph Muschner", email = "datenzentrum@rl-institut.de"} ] description = "A package that provides an interface for downloading and processing the data of the Marktstammdatenregister (MaStR)" readme = "README.rst"