Skip to content

Commit 24c93f7

Browse files
committed
Updates pyproject toml synxtax to fix build error
1 parent e732107 commit 24c93f7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "dicomtrolley"
33
version = "3.3.0"
44
description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR"
5-
authors = [{name="Sjoerd Kerkstra", email="sjoerd.kerkstra@radboudumc.nl>"}]
5+
authors = [{name="Sjoerd Kerkstra", email ="sjoerd.kerkstra@radboudumc.nl"}]
66
readme = "README.md"
77
license = "Apache-2.0"
8-
repository = "https://github.com/sjoerdk/dicomtrolley"
8+
keywords = ["DICOM","DICOM-web","QIDO", "WADO", "MINT", "RAD69", "Download"]
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"requests",
@@ -16,6 +16,9 @@ dependencies = [
1616
"requests-toolbelt>=1.0.0",
1717
"pydantic>=2"
1818
]
19+
[project.urls]
20+
Repository = "https://github.com/sjoerdk/dicomtrolley"
21+
Changelog = "https://github.com/sjoerdk/dicomtrolley/blob/main/HISTORY.md"
1922

2023
[tool.black]
2124
line-length = 79

0 commit comments

Comments
 (0)