Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix github urls in pyproject.toml #10

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix github urls in pyproject.toml
abarciauskas-bgse authored Jul 15, 2024
commit b446aaa1d7901d82d6a48ae36ce139270fff899b
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Loading