We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4324b commit 6d57d1aCopy full SHA for 6d57d1a
pyproject.toml
@@ -36,6 +36,14 @@ classifiers = [
36
37
dynamic = [ "version" ]
38
dependencies = [ "typer~=0.12.5", "typing-extensions~=4.12.2; python_version<'3.9'" ]
39
+
40
+urls.changelog = "https://github.com/rusty-dicom/dicom-echo/releases"
41
+urls.documentation = "https://rusty-dicom.github.io/dicom-echo/dicom_echo.html"
42
+urls.homepage = "https://github.com/rusty-dicom/dicom-echo"
43
+urls.issues = "https://github.com/rusty-dicom/dicom-echo/issues"
44
+urls.readthedocs = "https://dicom-echo.readthedocs.io/home.html"
45
+urls.source = "https://github.com/rusty-dicom/dicom-echo"
46
47
scripts.dicom-echo = "dicom_echo.cli:app"
48
49
[tool.poetry]
0 commit comments