Skip to content

Commit 5f4b8be

Browse files
fix: sdist build include dirs
1 parent 9a11ae6 commit 5f4b8be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ wheel.packages = ["stable_diffusion_cpp"]
4343
cmake.verbose = true
4444
cmake.minimum-version = "3.21"
4545
minimum-version = "0.5.1"
46-
sdist.exclude = ["assets"]
47-
sdist.include = ["vendor/stable-diffusion.cpp/*"]
46+
sdist.include = ["vendor/stable-diffusion.cpp/.git"]
4847

4948
[tool.scikit-build.metadata.version]
5049
provider = "scikit_build_core.metadata.regex"

0 commit comments

Comments
 (0)