From 4dec2b6c6df9e9fe3d1aecec338bb0a02cdbbb54 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Thu, 19 Dec 2024 14:47:13 -0800 Subject: [PATCH] Change author to Arches Project (#11704) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4143add76c..85650afdaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dynamic = ["version"] name = "arches" readme = "README.md" authors = [ - {name = "Farallon Geographics, Inc", email = "dev@fargeo.com"} + {name = "Arches Project"} ] license = {text = "GNU AGPL3"} requires-python = ">=3.10"