Skip to content

Commit

Permalink
Remove redundant urls in pyproject.toml (#488)
Browse files Browse the repository at this point in the history
Reduce the number of urls in `pyproject.toml` by removing the ones that
were redundant. Keep only links to `Documentation`, `Changelog`, `Bug
Tracker`, and `Source Code`.
  • Loading branch information
santisoler committed Apr 16, 2024
1 parent 127fbef commit 9bcda63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://www.fatiando.org/harmonica"
"Documentation" = "https://www.fatiando.org/harmonica"
"Repository" = "https://github.com/fatiando/harmonica.git"
"Changelog" = "https://www.fatiando.org/harmonica/latest/changes.html"
"Bug Tracker" = "https://github.com/fatiando/harmonica/issues"
"Source Code" = "https://github.com/fatiando/harmonica"
"Release Notes" = "https://github.com/fatiando/harmonica/releases"

[project.optional-dependencies]
visualizations = ["pyvista>=0.27", "vtk>=9"]
Expand Down

0 comments on commit 9bcda63

Please sign in to comment.