We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7ff54 commit 77c4f04Copy full SHA for 77c4f04
1 file changed
datashare-python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "datashare-python"
3
-version = "0.2.14"
+version = "0.2.15"
4
description = "Manage Python tasks and local resources in Datashare"
5
authors = [
6
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
@@ -38,7 +38,7 @@ build-backend = "hatchling.build"
38
39
[tool.hatch.build.targets.wheel]
40
artifacts = [
41
- "worker-template.tar.gz"
+ "datashare_python/worker-template.tar.gz"
42
]
43
44
[tool.hatch.build.targets.sdist]
0 commit comments