From 7de5ac74cab8e999dae518dedc599b247bef4617 Mon Sep 17 00:00:00 2001 From: Nadav Cohen Date: Tue, 4 Nov 2025 18:05:00 +0200 Subject: [PATCH] Update authors and maintainers email addresses --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b7f574b..c0ba268d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta" name = "pr-agent" version = "0.3.0" -authors = [{ name = "QodoAI", email = "tal.r@qodo.ai" }] +authors = [{ name = "QodoAI", email = "ofir.f@qodo.ai" }] maintainers = [ - { name = "Tal Ridnik", email = "tal.r@qodo.ai" }, + { name = "Ofir Friedman", email = "ofir.f@qodo.ai" }, ] description = "QodoAI PR-Agent aims to help efficiently review and handle pull requests, by providing AI feedbacks and suggestions."