We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d467810 commit 6b887bdCopy full SHA for 6b887bd
pyproject.toml
@@ -1,6 +1,10 @@
1
+[project]
2
+name = "codeflare-sdk"
3
+version = "0.30.0"
4
+
5
[tool.poetry]
6
name = "codeflare-sdk"
-version = "0.0.0-dev"
7
8
description = "Python SDK for codeflare client"
9
10
license = "Apache-2.0"
@@ -60,3 +64,7 @@ markers = [
60
64
addopts = "--timeout=900"
61
65
testpaths = ["src/codeflare_sdk"]
62
66
collect_ignore = ["src/codeflare_sdk/common/utils/unit_test_support.py"]
67
68
+[build-system]
69
+requires = ["poetry-core>=1.6.0"]
70
+build-backend = "poetry.core.masonry.api"
0 commit comments