From ee81986eea7a091bfac67910d5ebc8bb62882808 Mon Sep 17 00:00:00 2001 From: Reynov Christian Date: Thu, 16 Oct 2025 02:23:17 +0800 Subject: [PATCH] chore(authors): update author name and email Update the project author and the associated email in pyproject.toml to reflect the current maintainer. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3d77da..5d01c76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ - {name = "Chris Path", email = "your.email@example.com"} + {name = "Reynov Christian", email = "contact@chrisnov.com"} ] dependencies = [ "blinker==1.9.0",