File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " datashare-python"
3- version = " 0.2.16 "
4- description = " Manage Python tasks and local resources in Datashare"
3+ version = " 0.2.17 "
4+ description = " Manage Pythoœn tasks and local resources in Datashare"
55authors = [
66 { name = " Clément Doumouro" , email = " cdoumouro@icij.org" },
77 { name = " Clément Doumouro" , email = " clement.doumouro@gmail.com" },
@@ -36,12 +36,18 @@ datashare-python = "datashare_python.__main__:main"
3636requires = [" hatchling" ]
3737build-backend = " hatchling.build"
3838
39- [tool .hatch .build .targets . wheel . force-include ]
40- "datashare_python/worker-template.tar.gz" = " datashare_python/worker- template.tar.gz "
39+ [tool .hatch .build .hooks . custom ]
40+ path = " datashare_python/template.py "
4141
4242[tool .hatch .build .targets .sdist ]
4343only-include = [" datashare_python" ]
4444
45+ [tool .hatch .build .targets .wheel ]
46+ artifacts = [
47+ " worker-template.tar.gz"
48+ ]
49+
50+
4551[tool .uv ]
4652package = true
4753
You can’t perform that action at this time.
0 commit comments