Skip to content

Commit 5c209ef

Browse files
committed
fix(RHOAIENG-31076): Added project and updated version in .toml
Signed-off-by: Pat O'Connor <[email protected]>
1 parent d467810 commit 5c209ef

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
[project]
2+
name = "codeflare-sdk"
3+
version = "0.30.0"
4+
15
[tool.poetry]
26
name = "codeflare-sdk"
3-
version = "0.0.0-dev"
7+
version = "0.30.0"
48
description = "Python SDK for codeflare client"
59

610
license = "Apache-2.0"
@@ -60,3 +64,7 @@ markers = [
6064
addopts = "--timeout=900"
6165
testpaths = ["src/codeflare_sdk"]
6266
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

Comments
 (0)