fix: add .git to get git-tag when make wheel

This commit is contained in:
yaozhicheng 2024-08-27 18:09:23 +08:00
parent 7358d986b7
commit 03acda1a9b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dependencies = [
[tool.scikit-build]
wheel.install-dir = "picker"
wheel.packages = ["src/python/picker"]
sdist.include = [".git"]
[project.scripts]
picker = "picker:cmd"