Skip to content

Commit

Permalink
Use well-known labels in project URLs following PEP753 (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jan 6, 2025
1 parent af66e2a commit 7c38ce7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ all = [
]

[project.urls]
homepage = "https://www.pygmt.org"
documentation = "https://www.pygmt.org"
repository = "https://github.com/GenericMappingTools/pygmt"
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"
"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"

[tool.setuptools]
platforms = ["Any"]
Expand Down

0 comments on commit 7c38ce7

Please sign in to comment.