File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" pdm-backend" ]
2+ requires = [" pdm-backend" , " verri " ]
33build-backend = " pdm.backend"
44
55[project ]
6+ dynamic = [" version" ]
67name = " asmtransformers"
7- version = " 1.0.0"
88description = " Language model for semantic code search using assembly"
99license = " EUPL-1.2"
1010authors = [
@@ -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 ]
4246all = {composite = [
4347 " check" ,
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" pdm-backend" ]
2+ requires = [" pdm-backend" , " verri " ]
33build-backend = " pdm.backend"
44
55[project ]
6+ dynamic = [" version" ]
67name = " citatio"
7- version = " 1.0.0"
88description = " REST API for the ingestion and subsequent search of Ghidra-CFG-based assembly code."
99license = " EUPL-1.2"
1010authors = [
@@ -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 ]
4448all = {composite = [
4549 " check" ,
You can’t perform that action at this time.
0 commit comments