From 4fd56460f0774a51359cd600838fb59100b8a423 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Wed, 24 Jan 2024 19:55:47 -0800 Subject: [PATCH] =?UTF-8?q?authors:=20Add=20Micha=C5=82=20G=C3=B3rny?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `git log -p --author=mgorny` should there be questions; EAPI8 implementation in parallel to supportive work for downstream pkgcore users. Worst case, consider this me attempting to throw a sense of responsibility thus further contributions onto him. Signed-off-by: Brian Harring --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4ed54aa06..2fb6567f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ license = {file = "LICENSE"} requires-python = "~=3.10" # alphabetical order. authors = [ + {name = "Michał Górny"}, {name = "Tim Harder", email = "radhermit@gmail.com"}, {name = "Brian Harring", email = "ferringb@gmail.com"}, {name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},