authors: add foxhop and TimeHexOn alongside Russell

This commit is contained in:
russell@unturf.com 2026-04-27 14:08:04 -04:00
parent bd9080a4cb
commit ee7f7b31e9
No known key found for this signature in database

View file

@ -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",
]