Skip to content
Snippets Groups Projects
Commit f5bfcde69b11 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Fix license in pyproject.toml

parent 8537a91d0d96
No related branches found
Tags 18.0.3.0.0.2
No related merge requests found
Pipeline #117924 passed
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment