Skip to content

Commit 915cf02

Browse files
committed
updating pyproject.toml, adding uv.lock for managing dependencies
1 parent c40ece8 commit 915cf02

File tree

2 files changed

+1221
-10
lines changed

2 files changed

+1221
-10
lines changed

pyproject.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ requires = ["setuptools>=64"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "dicomweb-client"
6+
name = "pydicomweb-client"
77
version = "0.59.3"
88
description = "Client for DICOMweb RESTful services."
99
readme = "README.md"
10-
requires-python = ">=3.6"
10+
requires-python = ">=3.9"
1111
authors = [
1212
{ name = "Markus D. Herrmann" },
1313
]
1414
maintainers = [
15-
{ name = "Markus D. Herrmann" },
16-
{ name = "Christopher P. Bridge" },
17-
{ name = "Steve Pieper" },
15+
{ name = "Sumantra Sharma" },
1816
]
1917
license = { text = "LICENSE" }
2018
classifiers = [
@@ -28,9 +26,6 @@ classifiers = [
2826
"Topic :: Multimedia :: Graphics",
2927
"Topic :: Scientific/Engineering :: Information Analysis",
3028
"Programming Language :: Python :: 3",
31-
"Programming Language :: Python :: 3.6",
32-
"Programming Language :: Python :: 3.7",
33-
"Programming Language :: Python :: 3.8",
3429
"Programming Language :: Python :: 3.9",
3530
"Programming Language :: Python :: 3.10",
3631
"Programming Language :: Python :: 3.11",
@@ -72,9 +67,9 @@ docs = [
7267
dicomweb_client = "dicomweb_client.cli:_main"
7368

7469
[project.urls]
75-
homepage = "https://github.com/imagingdatacommons/dicomweb-client"
70+
homepage = "https://github.com/openradx/pydicomweb"
7671
documentation = "https://dicomweb-client.readthedocs.io/"
77-
repository = "https://github.com/ImagingDataCommons/dicomweb-client.git"
72+
repository = "https://github.com/openradx/pydicomweb.git"
7873

7974
[tool.pytest.ini_options]
8075
minversion = "7"

0 commit comments

Comments
 (0)