From ee7f7b31e90a11e3d00aeb82c6da7d7824d2670e Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 27 Apr 2026 14:08:04 -0400 Subject: [PATCH] authors: add foxhop and TimeHexOn alongside Russell --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 084a64d..0099dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,11 @@ description = "An arborist for trees and forests of cross-linked information" readme = "README.md" license = { text = "AGPL-3.0-only" } requires-python = ">=3.10" -authors = [{ name = "Russell Ballestrini", email = "russell@unturf.com" }] +authors = [ + { name = "Russell Ballestrini", email = "russell@unturf.com" }, + { name = "foxhop" }, + { name = "TimeHexOn" }, +] dependencies = [ "httpx>=0.27", ]