Merge pull request #2092 from qodo-ai/nccodium-patch-1

Update authors and maintainers email addresses
This commit is contained in:
ofir-frd 2025-11-05 09:33:26 +02:00 committed by GitHub
commit 2f4b71da83
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"
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."