Skip to content

Commit 13a2b2e

Browse files
committed
declare the koji-build script
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent 323421c commit 13a2b2e

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

scripts/koji/koji_utils/__init__.py

Whitespace-only changes.
File renamed without changes.

scripts/koji/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ dependencies = [
88
"specfile",
99
]
1010

11+
[build-system]
12+
requires = ["uv_build>=0.7.19,<0.8.0"]
13+
build-backend = "uv_build"
14+
15+
[tool.uv.build-backend]
16+
module-root = ""
17+
18+
[project.scripts]
19+
koji-build = "koji_utils.koji_build:main"
20+
1121
[dependency-groups]
1222
dev = [
1323
"icecream",

scripts/koji/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)