Skip to content

Commit

Permalink
[IMP] add mising license keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Mar 17, 2024
1 parent 41ceb86 commit 5988f37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions base_monero/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
"installable": True,
"application": True,
"classifiers": ["License :: OSI Approved :: MIT License"],
"license": "MIT",
}
1 change: 1 addition & 0 deletions payment_monero/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@
"installable": True,
"application": True,
"classifiers": ["License :: OSI Approved :: MIT License"],
"license": "MIT",
}
1 change: 1 addition & 0 deletions pos_payment_monero/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
"installable": True,
"application": True,
"classifiers": ["License :: OSI Approved :: MIT License"],
"license": "MIT",
}

0 comments on commit 5988f37

Please sign in to comment.