We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d5a3f commit 7584829Copy full SHA for 7584829
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=40.8.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "earth2-grid"
+name = "earth2grid"
7
version = "2024.8.1"
8
description = "Utilities for working with geographic data defined on various grids."
9
readme = "README.md"
@@ -31,7 +31,7 @@ dependencies = [
31
]
32
33
[project.urls]
34
-"Homepage" = "https://github.com/waynerv/earth2-grid"
+"Homepage" = "https://github.com/NVlabs/earth2grid"
35
36
37
[project.optional-dependencies]
0 commit comments