From 64bd2b9271122f280ab9acf11d23dfb97e212b37 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Tue, 13 Aug 2024 14:39:45 +0100 Subject: [PATCH] credit where credit is due.. :) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e24a87b83..8149e1141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ {name="Patrick Totzke", email="patricktotzke@gmail.com"} ] maintainers = [ - {name="Lucas Hoffmann"}, + {name="Lucas Hoffmann", email="lucc@posteo.de"}, ] readme = "README.md" requires-python = ">=3.8"