Skip to content

Commit 7c38ce7

Browse files
authored
Use well-known labels in project URLs following PEP753 (#3743)
1 parent af66e2a commit 7c38ce7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ all = [
4848
]
4949

5050
[project.urls]
51-
homepage = "https://www.pygmt.org"
52-
documentation = "https://www.pygmt.org"
53-
repository = "https://github.com/GenericMappingTools/pygmt"
54-
changelog = "https://www.pygmt.org/latest/changes.html"
51+
"Homepage" = "https://www.pygmt.org"
52+
"Documentation" = "https://www.pygmt.org"
53+
"Source Code" = "https://github.com/GenericMappingTools/pygmt"
54+
"Changelog" = "https://www.pygmt.org/latest/changes.html"
55+
"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"
5556

5657
[tool.setuptools]
5758
platforms = ["Any"]

0 commit comments

Comments
 (0)