From 6cd4a0a431780fab141918c9f194313469c254e4 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 29 Aug 2024 01:17:06 +0200 Subject: [PATCH] [FIX] licence is bad displayed on pypi. (currently marked as 'Licence : Other/Proprietary License (AGPLv3+) ' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbf3f99..5e93b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,11 @@ authors = [ maintainers = [ "Sylvain LE GAL", ] -license = "AGPLv3+" readme = "README.md" repository = "https://gitlab.com/odoo-openupgrade-wizard/odoo-openupgrade-wizard" keywords = ["cli", "odoo", "openupgrade"] classifiers = [ + "License :: OSI Approved :: GNU Affero General Public License v3", "Intended Audience :: Developers", "Development Status :: 2 - Pre-Alpha", "Operating System :: Unix",