Skip to content

Commit 04c2182

Browse files
committed
Added project.urls
1 parent e16e0a3 commit 04c2182

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

remove-json-keys/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "remove-json-keys"
7-
version = "0.0.14"
7+
version = "0.0.15"
88
description = "Remove key/value pairs from json_dir/**/*.json."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
license = "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]
2835
remove-json-keys = "remove_json_keys.__main__:main"
2936

translate-messages/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
3139
translate-msgs = "translate_messages.__main__:main"
3240
translate-messages = "translate_messages.__main__:main"

0 commit comments

Comments
 (0)