Skip to content

Commit 5988f37

Browse files
committed
[IMP] add mising license keys
1 parent 41ceb86 commit 5988f37

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

base_monero/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@
2525
"installable": True,
2626
"application": True,
2727
"classifiers": ["License :: OSI Approved :: MIT License"],
28+
"license": "MIT",
2829
}

payment_monero/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
"installable": True,
3737
"application": True,
3838
"classifiers": ["License :: OSI Approved :: MIT License"],
39+
"license": "MIT",
3940
}

pos_payment_monero/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
"installable": True,
3030
"application": True,
3131
"classifiers": ["License :: OSI Approved :: MIT License"],
32+
"license": "MIT",
3233
}

0 commit comments

Comments
 (0)