Skip to content

Commit a4b70f5

Browse files
committed
BLD: add urls to the project metadata of numpy_quaddtype
1 parent 5e4336b commit a4b70f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

quaddtype/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ test = [
3636
"pytest-run-parallel"
3737
]
3838

39+
[project.urls]
40+
Repository = "https://github.com/numpy/numpy-user-dtypes"
41+
Documentation = "https://github.com/numpy/numpy-user-dtypes/tree/main/quaddtype"
42+
Issues = "https://github.com/numpy/numpy-user-dtypes/issues"
43+
3944
[tool.pyright]
4045
include = ["numpy_quaddtype/*.pyi"]
4146
typeCheckingMode = "strict"

0 commit comments

Comments
 (0)