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