From 9df0f71d4acfbadc1e9efc82e841f95824d7bf05 Mon Sep 17 00:00:00 2001 From: "yuli.kamakura" Date: Thu, 24 Apr 2025 16:14:02 +0800 Subject: [PATCH] Update .gitignore and fix license format in pyproject.toml --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6f39a889..8da05107 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ build/ .DS_Store docs/.cache/ .qodo +poetry.lock diff --git a/pyproject.toml b/pyproject.toml index 71e61ff5..996870bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ description = "QodoAI PR-Agent aims to help efficiently review and handle pull r readme = "README.md" requires-python = ">=3.12" keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"] -license = { name = "Apache 2.0", file = "LICENSE" } +license = "Apache-2.0" classifiers = [ "Intended Audience :: Developers",