Skip to content

Commit 834d9c5

Browse files
committed
setuptools -> hatchling
1 parent 915cf02 commit 834d9c5

File tree

16 files changed

+9
-7
lines changed

16 files changed

+9
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=64"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling", "uv-dynamic-versioning"]
3+
build-backend = "hatchling.build"
4+
5+
[tool.uv-dynamic-versioning]
6+
pattern = "default-unprefixed"
47

58
[project]
69
name = "pydicomweb-client"

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
long_description=long_description,
2222
long_description_content_type='text/markdown',
2323
author='Markus D. Herrmann',
24-
maintainer='Sumantra Sharmma',
24+
maintainer='Sumantra Sharma',
2525
url='https://github.com/openradx/pydicomweb',
2626
license='MIT',
2727
platforms=['Linux', 'MacOS', 'Windows'],
@@ -36,12 +36,11 @@
3636
'Topic :: Multimedia :: Graphics',
3737
'Topic :: Scientific/Engineering :: Information Analysis',
3838
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.6',
40-
'Programming Language :: Python :: 3.7',
41-
'Programming Language :: Python :: 3.8',
4239
'Programming Language :: Python :: 3.9',
4340
'Programming Language :: Python :: 3.10',
4441
'Programming Language :: Python :: 3.11',
42+
'Programming Language :: Python :: 3.12',
43+
'Programming Language :: Python :: 3.13',
4544
'Development Status :: 4 - Beta',
4645
],
4746
entry_points={
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)