@@ -3,18 +3,16 @@ requires = ["setuptools>=64"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " dicomweb -client"
6+ name = " pydicomweb -client"
77version = " 0.59.3"
88description = " Client for DICOMweb RESTful services."
99readme = " README.md"
10- requires-python = " >=3.6 "
10+ requires-python = " >=3.9 "
1111authors = [
1212 { name = " Markus D. Herrmann" },
1313]
1414maintainers = [
15- { name = " Markus D. Herrmann" },
16- { name = " Christopher P. Bridge" },
17- { name = " Steve Pieper" },
15+ { name = " Sumantra Sharma" },
1816]
1917license = { text = " LICENSE" }
2018classifiers = [
@@ -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 = [
7267dicomweb_client = " dicomweb_client.cli:_main"
7368
7469[project .urls ]
75- homepage = " https://github.com/imagingdatacommons/dicomweb-client "
70+ homepage = " https://github.com/openradx/pydicomweb "
7671documentation = " 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 ]
8075minversion = " 7"
0 commit comments