diff --git a/pyproject.toml b/pyproject.toml index 8563c0d6..7b7f574b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -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 = "AGPL-3.0" +license = { file = "LICENSE" } classifiers = [ "Intended Audience :: Developers", @@ -34,7 +34,6 @@ dependencies = { file = ["requirements.txt"] } [tool.setuptools] include-package-data = true -license-files = ["LICENSE"] [tool.setuptools.packages.find] where = ["."]