File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44
55[tool .poetry ]
66name = " opsi-deploy-client-agent"
7- version = " 4.3.0.1 "
7+ version = " 4.3.0.2 "
88description = " tool to deploy the opsi-client-agent on linux, windows and macOS clients"
99homepage = " https://www.opsi.org"
1010license = " AGPL-3.0"
@@ -22,14 +22,11 @@ priority = "primary"
2222name = " PyPI"
2323priority = " supplemental"
2424
25- [tool .poetry .scripts ]
26- opsi-deploy-client-agent = " opsideployclientagent.__main__:main"
27-
2825[tool .ruff ]
2926line-length = 140
3027
31- [tool .ruff . format ]
32- indent-style = " tab "
28+ [tool .poetry . scripts ]
29+ opsi-deploy-client-agent = " opsideployclientagent.__main__:main "
3330
3431[tool .poetry .dependencies ]
3532python = " >=3.11,<3.12"
@@ -41,6 +38,9 @@ gssapi = "^1.8"
4138pydantic-core = " ^2.20"
4239annotated-types = " ^0.7"
4340
41+ [tool .ruff .format ]
42+ indent-style = " tab"
43+
4444[tool .poetry .group .dev .dependencies ]
4545ruff = " ^0.5"
4646pytest = " ^8.2"
You can’t perform that action at this time.
0 commit comments