Update authors and maintainers email addresses

This commit is contained in:
Nadav Cohen 2025-11-04 18:05:00 +02:00 committed by GitHub
parent bfc82390dd
commit 7de5ac74ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta"
name = "pr-agent" name = "pr-agent"
version = "0.3.0" version = "0.3.0"
authors = [{ name = "QodoAI", email = "tal.r@qodo.ai" }] authors = [{ name = "QodoAI", email = "ofir.f@qodo.ai" }]
maintainers = [ 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." description = "QodoAI PR-Agent aims to help efficiently review and handle pull requests, by providing AI feedbacks and suggestions."