Skip to content

Commit d5245cd

Browse files
committed
Fix version.
1 parent ef8c648 commit d5245cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ build-dir = "build/{wheel_tag}"
2929
# Build stable ABI wheels for CPython 3.12+
3030
wheel.py-api = "cp312"
3131
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
32-
sdist.include = ["muvfde/_version.py"]
32+
sdist.include = ["src/muvfde/_version.py"]
3333

3434
[tool.setuptools_scm]
35-
write_to = "muvfde/_version.py"
35+
write_to = "src/muvfde/_version.py"
3636

3737
[tool.cibuildwheel]
3838
# Necessary to see build output from the actual compilation

0 commit comments

Comments
 (0)