Skip to content

Commit d48130e

Browse files
committed
Shortened project.description
1 parent e09fd8d commit d48130e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "remove-json-keys"
3-
version = "0.0.6"
4-
description = "Remove key/value pairs from json_dir/**/*.json. Type remove-json-keys --help to view options."
3+
version = "0.0.7"
4+
description = "Remove key/value pairs from json_dir/**/*.json."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66

77
[project.scripts]

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "translate-messages"
33
version = "1.0.0"
4-
description = "Translate en/messages.json to other locales. Type translate-msgs --help to view options."
4+
description = "Translate en/messages.json to other locales."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66
readme = 'README.md'
77
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]

0 commit comments

Comments
 (0)