Skip to content

Commit 3e9e53b

Browse files
committed
improve project.urls
1 parent f82959c commit 3e9e53b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ dynamic = [
3131
]
3232

3333
[project.urls]
34-
"Home Page" = "https://www.parsonsproject.org/"
35-
DOCUMENTATION = "https://move-coop.github.io/parsons/html/stable/index.html"
36-
Repository = "https://github.com/move-coop/parsons.git"
37-
GitHub = "https://github.com/move-coop/parsons"
34+
homepage = "https://www.parsonsproject.org/"
35+
documentation = "https://move-coop.github.io/parsons/html/stable/index.html"
36+
releasenotes = "https://github.com/move-coop/parsons/releases"
37+
funding = "https://secure.actblue.com/donate/parsonsproject?refcode=parsonswebsite"
38+
issues = "https://github.com/move-coop/parsons/issues"
39+
github = "https://github.com/move-coop/parsons"
40+
repository = "https://github.com/move-coop/parsons.git"
3841

3942
[tool.setuptools]
4043
packages = ["parsons"]

0 commit comments

Comments
 (0)