From 650ee62ed8326b2dab45f279c2a32de85bc1057f Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Thu, 31 Oct 2024 15:22:03 +0100 Subject: [PATCH] Remove or-later from AGPL v3 license for compatibility with OpenFisca --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5eb2d45..5a64c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "leximpact-socio-fiscal-api" version = "0.1.340" description = "_HTTP + WebSocket API for OpenFisca" -license = "AGPL-3.0-or-later" +license = "AGPL-3.0" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"] readme = "README.md" homepage = "https://simulateur-socio-fisca.leximpact.dev/" -- GitLab