We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ce2e6 commit 62cb2ccCopy full SHA for 62cb2cc
1 file changed
pyproject.toml
@@ -1,12 +1,12 @@
1
[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.7.19,<0.8.0"]
+build-backend = "uv_build"
4
5
[project]
6
name = "torchio"
7
version = "0.20.17"
8
description = "Tools for medical image processing with PyTorch"
9
-readme = { file = "README.md", content-type = "text/markdown" }
+readme = "README.md"
10
authors = [{ name = "TorchIO contributors" }]
11
maintainers = [{ name = "Fernando Perez-Garcia", email = "fepegar@gmail.com" }]
12
classifiers = [
0 commit comments