chore(authors): update author name and email

Update the project author and the associated email in pyproject.toml to reflect the current maintainer.
This commit is contained in:
Reynov Christian
2025-10-16 02:23:17 +08:00
parent 8f5a9df666
commit ee81986eea
+1 -1
View File
@@ -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",