We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a5f30 commit 18e3c31Copy full SHA for 18e3c31
1 file changed
pyproject.toml
@@ -3,7 +3,6 @@ name = "tankersdk"
3
version = "0.0.0"
4
description = "Python client fo Tanker"
5
authors = ["Tanker team"]
6
-build = "build.py"
7
8
include = [
9
"build_tanker.py",
@@ -45,6 +44,9 @@ pytest-xdist = "3.0.2"
45
44
tankeradminsdk = { version = "^3.0.0", source = "gitlab" }
46
tankersdk-identity = "3.3.0"
47
+[tool.poetry.build]
48
+generate-setup-file = true
49
+script = "build.py"
50
51
[[tool.poetry.source]]
52
name = "gitlab"
0 commit comments