Skip to content

Commit bb89923

Browse files
committed
[chg] Cleanup
1 parent 1f349b0 commit bb89923

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

pyproject.toml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,23 @@ maintainers = [ "uib GmbH <[email protected]>",]
1414
include = "opsideployclientagent"
1515

1616
[[tool.poetry.source]]
17-
name = "uib"
18-
url = "https://pypi.uib.gmbh/simple/"
17+
name = "uibpypi"
18+
url = "https://pypi.uib.gmbh/simple"
1919
priority = "primary"
2020

2121
[[tool.poetry.source]]
2222
name = "PyPI"
23+
priority = "supplemental"
2324

24-
[tool.black]
25-
line-length = 140
26-
target-version = [ "py39", "py310",]
27-
use-tabs = true
25+
[tool.poetry.scripts]
26+
opsi-deploy-client-agent = "opsideployclientagent.__main__:main"
2827

2928
[tool.ruff]
3029
line-length = 140
3130

31+
[tool.ruff.format]
32+
indent-style = "tab"
33+
3234
[tool.poetry.dependencies]
3335
python = ">=3.11,<3.12"
3436
python-opsi-common = ">=4.3,<4.4"
@@ -39,12 +41,6 @@ gssapi = "^1.8"
3941
pydantic-core = "^2.20"
4042
annotated-types = "^0.7"
4143

42-
[tool.poetry.scripts]
43-
opsi-deploy-client-agent = "opsideployclientagent.__main__:main"
44-
45-
[tool.ruff.format]
46-
indent-style = "tab"
47-
4844
[tool.poetry.group.dev.dependencies]
4945
ruff = "^0.5"
5046
pytest = "^8.2"

0 commit comments

Comments
 (0)