Skip to content

Commit 8373765

Browse files
committed
organized urls
1 parent cbd3df6 commit 8373765

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version = "0.0.1"
44
authors = [
55
{name = "Tom Nicholas", email = "tomnicholas1@googlemail.com"}
66
]
7-
url = "https://github.com/xarray-contrib/cubed-xarray/"
8-
download_url = "https://github.com/xarray-contrib/cubed-xarray/archive/refs/tags/v0.0.1.tar.gz"
97
description = "Interface for using cubed with xarray for parallel computation."
108
license = {text = "Apache-2"}
119
readme = "README.md"
@@ -29,8 +27,9 @@ dependencies = [
2927
]
3028

3129
[project.urls]
32-
Home = "https://github.com/xarray-contrib/cubed-xarray"
33-
Documentation = "https://github.com/xarray-contrib/cubed-xarray#readme"
30+
homepage = "https://github.com/xarray-contrib/cubed-xarray"
31+
documentation = "https://github.com/xarray-contrib/cubed-xarray#readme"
32+
repository = "https://github.com/xarray-contrib/cubed-xarray"
3433

3534
[tool.setuptools.packages.find]
3635
include = [

0 commit comments

Comments
 (0)