Update .gitignore and fix license format in pyproject.toml

This commit is contained in:
yuli.kamakura
2025-04-24 16:14:02 +08:00
parent dedad94a20
commit 9df0f71d4a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ build/
.DS_Store
docs/.cache/
.qodo
poetry.lock

View File

@ -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",