File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " remove-json-keys"
7- version = " 0.0.14 "
7+ version = " 0.0.15 "
88description = " Remove key/value pairs from json_dir/**/*.json."
99authors = [{name = " Adam Lui" , email = " adam@kudoai.com" }]
1010license = " MIT"
@@ -24,6 +24,13 @@ classifiers = [
2424 " Programming Language :: Python :: 3.9" ,
2525]
2626
27+ [project .urls ]
28+ Homepage = " https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
29+ Repository = " https://github.com/adamlui/python-utils"
30+ Issues = " https://github.com/adamlui/python-utils/issues"
31+ Releases = " https://github.com/adamlui/python-utils/releases"
32+ Funding = " https://github.com/sponsors/adamlui"
33+
2734[project .scripts ]
2835remove-json-keys = " remove_json_keys.__main__:main"
2936
Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ classifiers = [
2727 " Programming Language :: Python :: 3.9" ,
2828]
2929
30+ [project .urls ]
31+ Homepage = " https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
32+ Documentation = " https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
33+ Repository = " https://github.com/adamlui/python-utils"
34+ Issues = " https://github.com/adamlui/python-utils/issues"
35+ Releases = " https://github.com/adamlui/python-utils/releases"
36+ Funding = " https://github.com/sponsors/adamlui"
37+
3038[project .scripts ]
3139translate-msgs = " translate_messages.__main__:main"
3240translate-messages = " translate_messages.__main__:main"
You can’t perform that action at this time.
0 commit comments