Skip to content

Commit 6d57d1a

Browse files
committed
docs: set project URLs for PyPI
Signed-off-by: Bryant Finney <[email protected]>
1 parent 6c4324b commit 6d57d1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ classifiers = [
3636

3737
dynamic = [ "version" ]
3838
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+
3947
scripts.dicom-echo = "dicom_echo.cli:app"
4048

4149
[tool.poetry]

0 commit comments

Comments
 (0)