File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " xarray_regrid "
6+ name = " xarray-regrid "
77dynamic = [" version" ]
88description = ' Regridding tools using xarray and flox.'
99readme = " 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 ]
3742benchmarking = [
You can’t perform that action at this time.
0 commit comments