From 4f2af1a04fad8bfab288d5aea65bb98ac8e033d8 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 29 May 2023 12:20:17 -0300 Subject: [PATCH] add top 3 committers as maintainers --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f868e29e..3ae4cb50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,11 @@ name = "compliance-checker" description = "Checks Datasets and SOS endpoints for standards compliance" readme = "README.md" license = {text = "Apache-2.0"} -authors = [ +maintainers = [ {name = "Dave Foster", email = "dave@axiomdatascience.com"}, + {name = "Benjamin Adams"}, + {name = "Luke Campbell"}, + {name = "Filipe Fernandes"}, ] requires-python = ">=3.8" classifiers=[