Skip to content

Commit d8bbbc7

Browse files
committed
feat: Adds dependencies and script to pyproject
1 parent 2112501 commit d8bbbc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
]
2020
requires-python = ">=3.8"
2121
dependencies = [
22+
"datamodel-code-generator >= 0.25.5",
23+
"kubernetes",
2224
"pydantic >= 2",
2325
]
2426
dynamic = ["version"]
@@ -50,5 +52,6 @@ docs = [
5052
Homepage = "https://github.com/coherent-oss/kubedantic"
5153

5254
[project.scripts]
55+
kubedantic = "kubedantic.main:main"
5356

5457
[tool.setuptools_scm]

0 commit comments

Comments
 (0)