Skip to content

Commit

Permalink
feat(arclet-alconna, arclet-alconna-tools): override build-systems
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Nov 1, 2024
1 parent 4af430d commit 156a91a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,38 @@
"poetry-core",
"setuptools"
],
"arclet-alconna": [
{
"buildSystem": "setuptools",
"until": "1.1.2.1"
},
{
"buildSystem": "wheel",
"until": "1.1.2.1"
},
{
"buildSystem": "pdm-pep517",
"until": "1.7.9"
},
{
"buildSystem": "pdm-pep517",
"from": "1.1.2.1"
},
{
"buildSystem": "pdm-backend",
"from": "1.7.9"
}
],
"arclet-alconna-tools": [
{
"buildSystem": "pdm-pep517",
"until": "0.7.1"
},
{
"buildSystem": "pdm-backend",
"from": "0.7.1"
}
],
"area": [
"setuptools"
],
Expand Down

0 comments on commit 156a91a

Please sign in to comment.