We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588f347 commit edd1b7cCopy full SHA for edd1b7c
pyproject.toml
@@ -99,6 +99,7 @@ build-backend = "scikit_build_core.build"
99
# Install pure Python package from hgraph and place the compiled extension under hgraph/
100
wheel.packages = ["hgraph"]
101
cmake.verbose = true
102
+cmake.source-dir = "."
103
# Use the invoking Python for nanobind discovery unless overridden in CI
104
cmake.define.Python_EXECUTABLE = "{sys.executable}"
105
# Enforce macOS deployment target and architecture to satisfy libc++ requirements for std::format
0 commit comments