From 0e6479359c454763dc811a95afa0ac4b61f46241 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 1 Mar 2024 23:56:05 +0100 Subject: [PATCH] Add Nick to maintainers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0b18ebbf..97c13b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ readme = "README.rst" requires-python = ">= 3.11" license = { text = "Apache-2.0" } authors = [{ name = "Stein Magnus Jodal", email = "stein.magnus@jodal.no" }] +maintainers = [{ name = "Nick Steel", email = "nick@nsteel.co.uk" }] classifiers = [ "Environment :: No Input/Output (Daemon)", "Intended Audience :: End Users/Desktop",