Skip to content

Commit cfab787

Browse files
committed
fix(datashare-python): missing worker template artifact
1 parent 77c4f04 commit cfab787

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

datashare-python/pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datashare-python"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
description = "Manage Python tasks and local resources in Datashare"
55
authors = [
66
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
@@ -36,10 +36,8 @@ datashare-python = "datashare_python.__main__:main"
3636
requires = ["hatchling"]
3737
build-backend = "hatchling.build"
3838

39-
[tool.hatch.build.targets.wheel]
40-
artifacts = [
41-
"datashare_python/worker-template.tar.gz"
42-
]
39+
[tool.hatch.build.targets.wheel.force-include]
40+
"datashare_python/worker-template.tar.gz" = "datashare_python/worker-template.tar.gz"
4341

4442
[tool.hatch.build.targets.sdist]
4543
only-include = ["datashare_python"]

0 commit comments

Comments
 (0)