Skip to content

Commit 1b70d99

Browse files
committed
Deleted trailing commas
1 parent c10fcd2 commit 1b70d99

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"wheel",
4+
"wheel"
55
]
66
build-backend = "setuptools.build_meta"
77

@@ -10,25 +10,25 @@ name = "remove-json-keys"
1010
version = "1.7.0"
1111
description = "Simply remove JSON keys via CLI command."
1212
authors = [
13-
{ name = "Adam Lui", email = "adam@kudoai.com" },
13+
{ name = "Adam Lui", email = "adam@kudoai.com" }
1414
]
1515
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"docs/LICENSE.md",
18+
"docs/LICENSE.md"
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'",
2222
"json5>=0.9.0,<1.0.0",
23-
"ucs-detect>=2.0.2,<3.0.0",
23+
"ucs-detect>=2.0.2,<3.0.0"
2424
]
2525
requires-python = ">=3.8,<4.0"
2626
keywords = [
2727
"cli",
2828
"console",
2929
"data",
3030
"dev tool",
31-
"json",
31+
"json"
3232
]
3333
classifiers = [
3434
"Development Status :: 5 - Production/Stable",
@@ -49,7 +49,7 @@ classifiers = [
4949
"Programming Language :: Python :: 3.15",
5050
"Topic :: File Formats :: JSON",
5151
"Topic :: Software Development :: Build Tools",
52-
"Topic :: Utilities",
52+
"Topic :: Utilities"
5353
]
5454

5555
[project.urls]
@@ -72,5 +72,5 @@ dev = [
7272
"nox>=2026.2.9",
7373
"tomli>=2.0.0,<3.0.0",
7474
"tomli-w>=0.1.0,<2.0.0",
75-
"translate-messages>=1.6.1,<2.0.0",
75+
"translate-messages>=1.6.1,<2.0.0"
7676
]

translate-messages/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"wheel",
4+
"wheel"
55
]
66
build-backend = "setuptools.build_meta"
77

@@ -10,18 +10,18 @@ name = "translate-messages"
1010
version = "1.7.0"
1111
description = "Translate en/messages.json (chrome.i18n format) to 100+ locales automatically."
1212
authors = [
13-
{ name = "Adam Lui", email = "adam@kudoai.com" },
13+
{ name = "Adam Lui", email = "adam@kudoai.com" }
1414
]
1515
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"docs/LICENSE.md",
18+
"docs/LICENSE.md"
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'",
2222
"json5>=0.9.0,<1.0.0",
2323
"translate>=3.8.0,<4.0.0",
24-
"ucs-detect>=2.0.2,<3.0.0",
24+
"ucs-detect>=2.0.2,<3.0.0"
2525
]
2626
requires-python = ">=3.8,<4.0"
2727
keywords = [
@@ -38,7 +38,7 @@ keywords = [
3838
"mymemory",
3939
"translate",
4040
"translation",
41-
"translator",
41+
"translator"
4242
]
4343
classifiers = [
4444
"Development Status :: 5 - Production/Stable",
@@ -61,7 +61,7 @@ classifiers = [
6161
"Topic :: Software Development :: Build Tools",
6262
"Topic :: Software Development :: Internationalization",
6363
"Topic :: Software Development :: Localization",
64-
"Topic :: Utilities",
64+
"Topic :: Utilities"
6565
]
6666

6767
[project.urls]
@@ -83,5 +83,5 @@ dev = [
8383
"nox>=2026.2.9",
8484
"remove-json-keys>=1.6.0,<2.0.0",
8585
"tomli>=2.0.0,<3.0.0",
86-
"tomli-w>=0.1.0,<2.0.0",
86+
"tomli-w>=0.1.0,<2.0.0"
8787
]

0 commit comments

Comments
 (0)