11[build-system ]
22requires = [
33 " setuptools>=61.0" ,
4- " wheel"
4+ " wheel" ,
55]
66build-backend = " setuptools.build_meta"
77
88[project ]
99name = " remove-json-keys"
10- version = " 1.7 .0"
10+ version = " 1.8 .0"
1111description = " Simply remove JSON keys via CLI command."
1212authors = [
13- { name = " Adam Lui" , email = " adam@kudoai.com" }
13+ { name = " Adam Lui" , email = " adam@kudoai.com" },
1414]
1515readme = " docs/README.md"
1616license = " MIT"
1717license-files = [
18- " docs/LICENSE.md"
18+ " docs/LICENSE.md" ,
1919]
2020dependencies = [
2121 " colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'" ,
2222 " find-project-root>=1.0.1,<2.0.0" ,
2323 " json5>=0.9.0,<1.0.0" ,
24- " ucs-detect>=2.0.2,<3.0.0"
24+ " ucs-detect>=2.0.2,<3.0.0" ,
2525]
2626requires-python = " >=3.8,<4.0"
2727keywords = [
@@ -30,7 +30,7 @@ keywords = [
3030 " console" ,
3131 " data" ,
3232 " dev-tool" ,
33- " json"
33+ " json" ,
3434]
3535classifiers = [
3636 " Development Status :: 5 - Production/Stable" ,
@@ -52,11 +52,11 @@ classifiers = [
5252 " Programming Language :: Python :: 3.15" ,
5353 " Topic :: File Formats :: JSON" ,
5454 " Topic :: Software Development" ,
55- " Topic :: Utilities"
55+ " Topic :: Utilities" ,
5656]
5757
5858[project .urls ]
59- Changelog = " https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.7 .0"
59+ Changelog = " https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8 .0"
6060Documentation = " https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
6161Funding = " https://github.com/sponsors/adamlui"
6262Homepage = " https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
@@ -75,5 +75,5 @@ dev = [
7575 " nox>=2026.2.9" ,
7676 " tomli>=2.0.0,<3.0.0" ,
7777 " tomli-w>=0.1.0,<2.0.0" ,
78- " translate-messages>=1.6.1,<2.0.0"
78+ " translate-messages>=1.6.1,<2.0.0" ,
7979]
0 commit comments