diff --git a/pyproject.toml b/pyproject.toml index fb7aae4..c877214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ build-backend = "poetry.masonry.api" name = "contribution-api" version = "0.1.0.dev0" description = "Backend for contribution guideline curation" -license = "Proprietary" -authors = ["François-Guillaume Fernandez "] -maintainers = ["François-Guillaume Fernandez "] +license = "Apache-2.0" +authors = ["François-Guillaume Fernandez "] +maintainers = ["François-Guillaume Fernandez "] readme = "README.md" repository = "https://github.com/quack-ai/contribution-api" keywords = ["backend", "api", "code contribution", "guidelines"]