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 4139abe commit 7f074b2Copy full SHA for 7f074b2
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
-requires = ["scikit-build-core>=0.8", "nanobind>=2.0"]
+requires = ["scikit-build-core>=0.10", "nanobind>=2.0"]
3
build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "bioimage-cpp"
7
-version = "0.1.0"
+dynamic = ["version"]
8
description = "Dependency-light C++ bioimage analysis algorithms with Python bindings"
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -52,5 +52,9 @@ sdist.exclude = [
52
"__pycache__/",
53
]
54
55
+[tool.scikit-build.metadata.version]
56
+provider = "scikit_build_core.metadata.regex"
57
+input = "src/bioimage_cpp/_version.py"
58
+
59
[tool.pytest.ini_options]
60
testpaths = ["tests"]
0 commit comments