We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af66e2a commit 7c38ce7Copy full SHA for 7c38ce7
pyproject.toml
@@ -48,10 +48,11 @@ all = [
48
]
49
50
[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"
+"Homepage" = "https://www.pygmt.org"
+"Documentation" = "https://www.pygmt.org"
+"Source Code" = "https://github.com/GenericMappingTools/pygmt"
+"Changelog" = "https://www.pygmt.org/latest/changes.html"
55
+"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"
56
57
[tool.setuptools]
58
platforms = ["Any"]
0 commit comments