From e0477baa8e43e690ed5f5ede341b8d5f7b9f887d Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Mon, 1 Aug 2022 15:12:52 +0700 Subject: [PATCH] Simplify license info --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 740c29b..213d76f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "PyDev.Debugger plugin for Odoo" readme = "README.md" -license = { file = "LICENSE" } +license = { text = "MIT" } [project.urls] "Homepage" = "https://github.com/odoo-ide/pydevd-odoo"