Skip to content

Commit 70a1127

Browse files
committed
Release 2.0.11
1 parent 74181c7 commit 70a1127

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

pyproject.toml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
[project]
22
name = "openshift-cluster-management-python-wrapper"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
description = "Wrapper around https://github.com/openshift/openshift-cluster-management-python-client"
5-
authors = [
6-
{ name = "Meni Yakove", email = "myakove@gmail.com" },
7-
{ name = "Ruth Netser", email = "rnetser@gmail.com" },
8-
]
95
requires-python = "~=3.9"
106
readme = "README.md"
117
license = "Apache-2.0"
12-
keywords = ["Openshift", "OCM"]
8+
keywords = [ "Openshift", "OCM" ]
139
classifiers = [
1410
"Programming Language :: Python :: 3",
15-
"Operating System :: OS Independent",
11+
"Operating System :: OS Independent"
1612
]
1713
dependencies = [
1814
"colorlog>=6.7.0,<7",
@@ -26,33 +22,41 @@ dependencies = [
2622
"redhat-qe-cloud-tools>=1.0.10",
2723
"timeout-sampler>=0.0.2",
2824
"python-benedict==0.33.2",
29-
"rosa-python-client",
25+
"rosa-python-client"
3026
]
3127

32-
[project.urls]
33-
Homepage = "https://github.com/RedHatQE/openshift-cluster-management-python-wrapper"
34-
Documentation = "https://github.com/RedHatQE/openshift-cluster-management-python-wrapper/blob/main/README.md"
35-
Download = "https://pypi.org/project/openshift-cluster-management-python-wrapper/"
36-
"Bug Tracker" = "https://github.com/RedHatQE/openshift-cluster-management-python-wrapper/issues"
28+
[[project.authors]]
29+
name = "Meni Yakove"
30+
email = "myakove@gmail.com"
31+
32+
[[project.authors]]
33+
name = "Ruth Netser"
34+
email = "rnetser@gmail.com"
35+
36+
[project.urls]
37+
Homepage = "https://github.com/RedHatQE/openshift-cluster-management-python-wrapper"
38+
Documentation = "https://github.com/RedHatQE/openshift-cluster-management-python-wrapper/blob/main/README.md"
39+
Download = "https://pypi.org/project/openshift-cluster-management-python-wrapper/"
40+
"Bug Tracker" = "https://github.com/RedHatQE/openshift-cluster-management-python-wrapper/issues"
3741

3842
[tool.ruff]
3943
preview = true
4044
line-length = 120
4145
fix = true
4246
output-format = "grouped"
4347

44-
[dependency-groups]
45-
dev = ["ipdb>=0.13.13,<0.14", "ipython"]
46-
47-
[tool.ruff.format]
48-
exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__"]
48+
[tool.ruff.format]
49+
exclude = [ ".git", ".venv", ".mypy_cache", ".tox", "__pycache__" ]
4950

5051
[tool.hatch.build.targets.sdist]
51-
include = ["ocm_python_wrapper"]
52+
include = [ "ocm_python_wrapper" ]
5253

5354
[tool.hatch.build.targets.wheel]
54-
include = ["ocm_python_wrapper"]
55+
include = [ "ocm_python_wrapper" ]
56+
57+
[dependency-groups]
58+
dev = [ "ipdb>=0.13.13,<0.14", "ipython" ]
5559

5660
[build-system]
57-
requires = ["hatchling"]
61+
requires = [ "hatchling" ]
5862
build-backend = "hatchling.build"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)