File tree Expand file tree Collapse file tree
src/remove_json_keys/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " remove-json-keys"
10- version = " 1.8.0 "
10+ version = " 1.8.1 "
1111description = " Simply remove JSON keys via CLI command."
1212authors = [
1313 { name = " Adam Lui" , email = " adam@kudoai.com" },
@@ -57,7 +57,7 @@ classifiers = [
5757]
5858
5959[project .urls ]
60- Changelog = " https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8.0 "
60+ Changelog = " https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8.1 "
6161Documentation = " https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
6262Funding = " https://github.com/sponsors/adamlui"
6363Homepage = " https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
@@ -80,10 +80,12 @@ dev = [
8080]
8181
8282[tool .setuptools .packages .find ]
83- where = [" src" ]
83+ where = [
84+ " src" ,
85+ ]
8486
8587[tool .setuptools .package-data ]
86- " remove_json_keys" = [
88+ remove_json_keys = [
8789 " data/*.json" ,
8890 " data/_locales/en/messages.json" ,
8991]
Original file line number Diff line number Diff line change 11{
22 "name" : " remove-json-keys" ,
3- "version" : " 1.8.0 " ,
3+ "version" : " 1.8.1 " ,
44 "description" : " Simply remove JSON keys via CLI command." ,
55 "short_name" : " remove-json" ,
66 "cmds" : [" remove-json-keys" , " remove-json" ],
You can’t perform that action at this time.
0 commit comments