Skip to content

Commit

Permalink
Fixed duplicate URLs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
3benknight authored Jul 25, 2024
1 parent 3e5a530 commit 657771c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = {file = "LICENSE"}
authors = [
{ name = "Chris R. Vernon", email = "chris.vernon@pnnl.gov" }
]
urls = { "Homepage" = "https://github.com/JGCRI/xanthos" }
urls = { "Homepage" = "https://github.com/JGCRI/xanthos", "Repository" = "https://github.com/JGCRI/xanthos", "Documentation" = "https://github.com/JGCRI/xanthos/wiki" }

[project.optional-dependencies]
test = []
Expand All @@ -29,9 +29,5 @@ xarray = ">=2023.8.0"
toml = ">=0.10.2"
requests = "*"

[project.urls]
Repository = "https://github.com/JGCRI/xanthos"
Documentation = "https://github.com/JGCRI/xanthos/wiki"

[tool.hatch.build]
include = ["README.md"]

0 comments on commit 657771c

Please sign in to comment.