mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
updated pyproject.toml
This commit is contained in:
@ -6,16 +6,18 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "pr_agent"
|
name = "pr_agent"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
# FIXME: add authors/maintainers
|
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Ori Kotek", email = "ori.k@codium.ai"},
|
{name = "Itamar Friedman", email = "itamar.f@codium.ai"},
|
||||||
]
|
]
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{name = "Ori Kotek", email = "ori.k@codium.ai"},
|
{name = "Ori Kotek", email = "ori.k@codium.ai"},
|
||||||
|
{name = "Tal Ridnik", email = "tal.r@codium.ai"},
|
||||||
|
{name = "Hussam Lawen", email = "hussam.l@codium.ai"},
|
||||||
|
{name = "Sagi Medina", email = "sagi.m@codium.ai"}
|
||||||
]
|
]
|
||||||
description = "CodiumAI PR-Agent is an open-source tool to automatically analyze a pull request and provide several types of feedback"
|
description = "CodiumAI PR-Agent is an open-source tool to automatically analyze a pull request and provide several types of feedback"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.9"
|
||||||
keywords = ["ai", "tool", "developer", "review", "agent"]
|
keywords = ["ai", "tool", "developer", "review", "agent"]
|
||||||
license = {file = "LICENSE", name = "Apache 2.0 License"}
|
license = {file = "LICENSE", name = "Apache 2.0 License"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user