Skip to content

Commit

Permalink
fix github urls in pyproject.toml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse authored Jul 15, 2024
1 parent 3877ed5 commit 7440d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dev = [
docs = ["pystac~=1.8", "ipykernel~=6.25", "jinja2~=3.1"]

[project.urls]
Github = "https://github.com/stactools-packges/noaa-hrrr"
Issues = "https://github.com/stactools-packges/noaa-hrrr/issues"
Github = "https://github.com/stactools-packages/noaa-hrrr"
Issues = "https://github.com/stactools-packages/noaa-hrrr/issues"

[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit 7440d62

Please sign in to comment.