We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5b72d commit 4a1e3aeCopy full SHA for 4a1e3ae
1 file changed
pyproject.toml
@@ -129,6 +129,7 @@ experimental = false
129
cmake.args = [ "-DCMAKE_CUDA_ARCHITECTURES=75;80;86;89;90;100" ]
130
build-dir = "build"
131
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
132
+sdist.include = [ "src/rapids_singlecell/_version.py" ]
133
134
# Use abi3audit to catch issues with Limited API wheels
135
[tool.cibuildwheel.linux]
0 commit comments