Skip to content

Commit b31cd4d

Browse files
committed
Added license keys
1 parent d4c990d commit b31cd4d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

remove-json-keys/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[project]
22
name = "remove-json-keys"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
description = "Remove key/value pairs from json_dir/**/*.json."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
6+
license = "MIT"
7+
license-files = ["LICENSE.md"]
68

79
[project.scripts]
810
remove-json-keys = "remove_json_keys.__main__:main"

translate-messages/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "1.0.4"
44
description = "Translate en/messages.json (chrome.i18n format) to other locales."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66
readme = "README.md"
7+
license = "MIT"
8+
license-files = ["LICENSE.md"]
79
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]
810

911
[project.scripts]

0 commit comments

Comments
 (0)