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 31a8b15 commit a34bf58Copy full SHA for a34bf58
pyproject.toml
@@ -49,6 +49,7 @@ dev_template = "{tag}"
49
50
[project]
51
name = "httomo-backends"
52
+version = "0.0.2"
53
description = "Supplementary files for HTTomo backends."
54
readme = "README.rst"
55
license = {text = "BSD-3-Clause"}
@@ -66,8 +67,8 @@ classifiers = [
66
67
"License :: OSI Approved :: BSD License",
68
"Programming Language :: Python :: 3.10",
69
]
70
+
71
requires-python = ">=3.10"
-dynamic = ["version"]
72
dependencies = [
73
"numpy",
74
"pyyaml"
0 commit comments