From ba93054f1c60f812cb4f3eef0cf9a17bf5ac76dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlson=20Moses=20B=C3=BCth?= <49326130+cbueth@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:09:54 +0200 Subject: [PATCH] RC8: Packaging: fix author parsing quirk --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bc235b..428608f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta" [project] name = "superblockify" authors = [ - { name = "Carlson Büth", email = "carlson@cbueth.de" }, + { name = "Carlson Büth" }, { name = "Anastassia Vybornova" }, { name = "Michael Szell" }, ] -maintainers = [{ name = "superblockify contributors" }] +maintainers = [{ name = "Carlson Büth", email = "carlson@cbueth.de" }] license = { text = "APGL-3.0-or-later" } readme = "README.md" description = "Automated Generation, Visualization, and Analysis of potential Superblocks in Cities"