Merge pull request #1718 from barnett-yuxiang/fix/poetry-install-error

Update .gitignore and fix license format in pyproject.toml
This commit is contained in:
Tal 2025-04-27 11:17:35 +03:00 committed by GitHub
commit f137509c78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",