We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49429d6 commit f26c024Copy full SHA for f26c024
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "khisto"
3
-version = "0.1.0"
+dynamic = ["version]"
4
description = "Optimal histogram visualization using the Khiops algorithm"
5
readme = "README.md"
6
license = "BSD-3-Clause-Clear"
@@ -92,6 +92,10 @@ ninja.make-fallback = false
92
build.targets = ["khisto"] # Build only khisto
93
install.components = ["KHISTO"] # Only install KHISTO component in wheel
94
95
+[tool.scikit-build.metadata.version]
96
+provider = "scikit_build_core.metadata.regex"
97
+input = "src/khisto/__init__.py"
98
+
99
[tool.cibuildwheel]
100
build = "cp310-*"
101
skip = "*musllinux*" # Khiops does not compile when using musl as the C standard library
0 commit comments