# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1736161079 -3600
#      Mon Jan 06 11:57:59 2025 +0100
# Branch 18.0
# Node ID f5bfcde69b11ee0aa0ecd11a34fc66b452688f0a
# Parent  8537a91d0d96b51af11b5db33af209cebb19b451
Fix license in pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@
 dynamic = ["version"]
 readme = "README.rst"
 requires-python = "~=3.11"
-license = { file = "LICENSE", name = "GNU Affero General Public License v3" }
+license = { file = "LICENSE", name = "GNU Lesser General Public License v3" }
 keywords = ["odoo"]
 authors = [{ name = "XCG Consulting" }]
 classifiers = [
@@ -70,7 +70,6 @@
   "E501", # line too long (default 88)
   "I",    # isort
   "UP",   # pyupgrade
-
 ]
 
 [tool.ruff.lint.per-file-ignores]