From 434f10bff81e58862cfa4b787b7af27dc28d9c48 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Fri, 22 Aug 2025 03:15:52 +0000 Subject: [PATCH] Project: Add myself as maintainer --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bc3b3b9..972ef33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "central" version = "0.1.0" description = "Dolphin's CI/CD plumbing infrastructure" authors = [{ name = "Pierre Bourdon", email = "delroth@dolphin-emu.org" }] +maintainers = [{ name = "OatmealDome", email = "oatmeal@dolphin-emu.org" }] requires-python = "~=3.10,<3.11" readme = "README.md" license = "MIT"