Skip to content

Commit 540a193

Browse files
committed
Apply verri tasty pineapple to asmtransformers and citatio
1 parent b3185db commit 540a193

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

asmtransformers/pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["pdm-backend"]
2+
requires = ["pdm-backend", "verri"]
33
build-backend = "pdm.backend"
44

55
[project]
6+
dynamic = ["version"]
67
name = "asmtransformers"
7-
version = "1.0.0"
88
description = "Language model for semantic code search using assembly"
99
license = "EUPL-1.2"
1010
authors = [
@@ -38,6 +38,10 @@ test = [
3838
"coverage"
3939
]
4040

41+
[tool.pdm.version]
42+
source = "call"
43+
getter = "verri.tasty:pineapple"
44+
4145
[tool.pdm.scripts]
4246
all = {composite = [
4347
"check",

citatio/pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["pdm-backend"]
2+
requires = ["pdm-backend", "verri"]
33
build-backend = "pdm.backend"
44

55
[project]
6+
dynamic = ["version"]
67
name = "citatio"
7-
version = "1.0.0"
88
description = "REST API for the ingestion and subsequent search of Ghidra-CFG-based assembly code."
99
license = "EUPL-1.2"
1010
authors = [
@@ -40,6 +40,10 @@ test = [
4040
"pytest>=8.3.5",
4141
]
4242

43+
[tool.pdm.version]
44+
source = "call"
45+
getter = "verri.tasty:pineapple"
46+
4347
[tool.pdm.scripts]
4448
all = {composite = [
4549
"check",

0 commit comments

Comments
 (0)