diff --git a/pyproject.toml b/pyproject.toml index 25da7c15..75950fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,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=[