We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b016703 commit 9f4439fCopy full SHA for 9f4439f
pyproject.toml
@@ -5,7 +5,6 @@ description = "A python library for JABS postprocessing utilities."
5
readme = "README.md"
6
license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE"
7
license-files = ["LICENSE"]
8
-repository = "https://github.com/KumarLabJax/JABS-postprocess"
9
requires-python = ">=3.10"
10
11
dependencies = [
@@ -29,6 +28,9 @@ dependencies = [
29
28
"typer>=0.15.4",
30
]
31
+[project.urls]
32
+repository = "https://github.com/KumarLabJax/JABS-postprocess"
33
+
34
[project.scripts]
35
"jabs-postprocess" = "jabs_postprocess.cli.main:app"
36
0 commit comments