Skip to content

Commit 9f4439f

Browse files
committed
Fix repository url location in pyproject.toml
1 parent b016703 commit 9f4439f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "A python library for JABS postprocessing utilities."
55
readme = "README.md"
66
license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE"
77
license-files = ["LICENSE"]
8-
repository = "https://github.com/KumarLabJax/JABS-postprocess"
98
requires-python = ">=3.10"
109

1110
dependencies = [
@@ -29,6 +28,9 @@ dependencies = [
2928
"typer>=0.15.4",
3029
]
3130

31+
[project.urls]
32+
repository = "https://github.com/KumarLabJax/JABS-postprocess"
33+
3234
[project.scripts]
3335
"jabs-postprocess" = "jabs_postprocess.cli.main:app"
3436

0 commit comments

Comments
 (0)