11[project ]
22name = " openshift-cluster-management-python-wrapper"
3- version = " 2.0.10 "
3+ version = " 2.0.11 "
44description = " 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- ]
95requires-python = " ~=3.9"
106readme = " README.md"
117license = " Apache-2.0"
12- keywords = [" Openshift" , " OCM" ]
8+ keywords = [ " Openshift" , " OCM" ]
139classifiers = [
1410 " Programming Language :: Python :: 3" ,
15- " Operating System :: OS Independent" ,
11+ " Operating System :: OS Independent"
1612]
1713dependencies = [
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 ]
3943preview = true
4044line-length = 120
4145fix = true
4246output-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" ]
5862build-backend = " hatchling.build"
0 commit comments