Skip to content

Commit

Permalink
Release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Nov 5, 2024
1 parent 1989968 commit 092c2d8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.pytest.ini_options]
markers = [
"incremental: Mark tests as incremental",
"kubevirt: Mark tests as kubevirt tests",
"kubevirt: Mark tests as kubevirt tests"
]

[tool.ruff]
Expand All @@ -10,31 +10,31 @@ line-length = 120
fix = true
output-format = "grouped"

[tool.ruff.format]
exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__"]
[tool.ruff.format]
exclude = [ ".git", ".venv", ".mypy_cache", ".tox", "__pycache__" ]

[tool.mypy]
no_implicit_optional = true
show_error_codes = true
warn_unused_ignores = true

[tool.hatch.build.targets.wheel]
packages = ["ocp_resources", "class_generator"]
packages = [ "ocp_resources", "class_generator" ]

[tool.uv]
dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ]

[project]
requires-python = ">=3.9"
name = "openshift-python-wrapper"
version = "10.0.107"
version = "11.0.0"
description = "Wrapper around https://github.com/kubernetes-client/python"
readme = "README.md"
license = "Apache-2.0"
keywords = ["Openshift", "Kubevirt", "Openshift Virtualization"]
keywords = [ "Openshift", "Kubevirt", "Openshift Virtualization" ]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Operating System :: OS Independent"
]
dependencies = [
"click>=8.1.7",
Expand All @@ -52,34 +52,34 @@ dependencies = [
"rich>=13.9.2",
"ruff>=0.6.9",
"timeout-sampler>=0.0.46",
"xmltodict>=0.13.0",
"xmltodict>=0.13.0"
]

[[project.authors]]
name = "Meni Yakove"
email = "[email protected]"
[[project.authors]]
name = "Meni Yakove"
email = "[email protected]"

[[project.authors]]
name = "Ruth Netser"
email = "[email protected]"
[[project.authors]]
name = "Ruth Netser"
email = "[email protected]"

[[project.maintainers]]
name = "Meni Yakove"
email = "[email protected]"
[[project.maintainers]]
name = "Meni Yakove"
email = "[email protected]"

[[project.maintainers]]
name = "Ruth Netser"
email = "[email protected]"
[[project.maintainers]]
name = "Ruth Netser"
email = "[email protected]"

[project.urls]
homepage = "https://github.com/RedHatQE/openshift-python-wrapper"
documentation = "https://openshift-python-wrapper.readthedocs.io/en/latest/"
Download = "https://pypi.org/project/openshift-python-wrapper/"
"Bug Tracker" = "https://github.com/RedHatQE/openshift-python-wrapper/issues"
[project.urls]
homepage = "https://github.com/RedHatQE/openshift-python-wrapper"
documentation = "https://openshift-python-wrapper.readthedocs.io/en/latest/"
Download = "https://pypi.org/project/openshift-python-wrapper/"
"Bug Tracker" = "https://github.com/RedHatQE/openshift-python-wrapper/issues"

[project.scripts]
class-generator = "class_generator.class_generator:main"
[project.scripts]
class-generator = "class_generator.class_generator:main"

[build-system]
requires = ["hatchling"]
requires = [ "hatchling" ]
build-backend = "hatchling.build"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 092c2d8

Please sign in to comment.