Skip to content

Commit 62cb2cc

Browse files
authored
Use uv as build backend (#1339)
1 parent a1ce2e6 commit 62cb2cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build>=0.7.19,<0.8.0"]
3+
build-backend = "uv_build"
44

55
[project]
66
name = "torchio"
77
version = "0.20.17"
88
description = "Tools for medical image processing with PyTorch"
9-
readme = { file = "README.md", content-type = "text/markdown" }
9+
readme = "README.md"
1010
authors = [{ name = "TorchIO contributors" }]
1111
maintainers = [{ name = "Fernando Perez-Garcia", email = "fepegar@gmail.com" }]
1212
classifiers = [

0 commit comments

Comments
 (0)