From 6c12126acec1920e1c360f19c9dc6543576d36ce Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 12 Aug 2025 13:24:18 +0300 Subject: [PATCH] chore: update project author information --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0b2d580..ac9b8659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "discours-core" version = "0.9.5" description = "Core backend for Discours.io platform" authors = [ - {name = "Discours Team", email = "team@discours.io"} + {name = "Tony Rewin", email = "tonyrewin@yandex.ru"} ] readme = "README.md" requires-python = ">=3.11"