From 5988f37b0e3946aef70e5c8ab5a45e4bbbd4aa15 Mon Sep 17 00:00:00 2001 From: bosd Date: Sun, 17 Mar 2024 14:46:45 +0100 Subject: [PATCH] [IMP] add mising license keys --- base_monero/__manifest__.py | 1 + payment_monero/__manifest__.py | 1 + pos_payment_monero/__manifest__.py | 1 + 3 files changed, 3 insertions(+) diff --git a/base_monero/__manifest__.py b/base_monero/__manifest__.py index 5ffc9f7..040fae4 100755 --- a/base_monero/__manifest__.py +++ b/base_monero/__manifest__.py @@ -25,4 +25,5 @@ "installable": True, "application": True, "classifiers": ["License :: OSI Approved :: MIT License"], + "license": "MIT", } diff --git a/payment_monero/__manifest__.py b/payment_monero/__manifest__.py index 9821405..fefd9ba 100755 --- a/payment_monero/__manifest__.py +++ b/payment_monero/__manifest__.py @@ -36,4 +36,5 @@ "installable": True, "application": True, "classifiers": ["License :: OSI Approved :: MIT License"], + "license": "MIT", } diff --git a/pos_payment_monero/__manifest__.py b/pos_payment_monero/__manifest__.py index 98540e3..52a9ad1 100755 --- a/pos_payment_monero/__manifest__.py +++ b/pos_payment_monero/__manifest__.py @@ -29,4 +29,5 @@ "installable": True, "application": True, "classifiers": ["License :: OSI Approved :: MIT License"], + "license": "MIT", }