1 parent ef8c648 commit d5245cdCopy full SHA for d5245cd
1 file changed
pyproject.toml
@@ -29,10 +29,10 @@ build-dir = "build/{wheel_tag}"
29
# Build stable ABI wheels for CPython 3.12+
30
wheel.py-api = "cp312"
31
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
32
-sdist.include = ["muvfde/_version.py"]
+sdist.include = ["src/muvfde/_version.py"]
33
34
[tool.setuptools_scm]
35
-write_to = "muvfde/_version.py"
+write_to = "src/muvfde/_version.py"
36
37
[tool.cibuildwheel]
38
# Necessary to see build output from the actual compilation
0 commit comments