mirror of https://github.com/XS-MLVP/picker.git
fix: add .git to get git-tag when make wheel
This commit is contained in:
parent
7358d986b7
commit
03acda1a9b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue