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