Skip to content

Commit 7353f7f

Browse files
committed
Update pyproj. w/ correct URLs, build exclude.
1 parent 2d82c7f commit 7353f7f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "xarray_regrid"
6+
name = "xarray-regrid"
77
dynamic = ["version"]
88
description = 'Regridding tools using xarray and flox.'
99
readme = "README.md"
@@ -28,10 +28,15 @@ dependencies = [
2828
"scipy",
2929
]
3030

31+
[tool.hatch.build]
32+
exclude = [
33+
"benchmarks/data"
34+
]
35+
3136
[project.urls]
32-
Documentation = "https://github.com/EXCITED-CO2/xarray_regrid#readme"
33-
Issues = "https://github.com/EXCITED-CO2/xarray_regrid/issues"
34-
Source = "https://github.com/EXCITED-CO2/xarray_regrid"
37+
Documentation = "https://github.com/EXCITED-CO2/xarray-regrid#readme"
38+
Issues = "https://github.com/EXCITED-CO2/xarray-regrid/issues"
39+
Source = "https://github.com/EXCITED-CO2/xarray-regrid"
3540

3641
[project.optional-dependencies]
3742
benchmarking = [

0 commit comments

Comments
 (0)