Skip to content

Commit

Permalink
Merge pull request #100 from arkedge/feature/switch-rye-build-backend…
Browse files Browse the repository at this point in the history
…-to-pdm

Switch rye build-system backend from hatchling to pdm
  • Loading branch information
sksat committed Sep 25, 2023
2 parents dea5fc0 + b5690a5 commit f6af5b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/mobc/src/src_user/Test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies = [
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.rye]
managed = true
Expand Down
4 changes: 2 additions & 2 deletions examples/subobc/src/src_user/Test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies = [
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.rye]
managed = true
Expand Down

0 comments on commit f6af5b4

Please sign in to comment.