Skip to content

Commit

Permalink
Switch build backend to pdm-backend.
Browse files Browse the repository at this point in the history
The pdm-pep517 project was renamed to pdm-backend.

I think based on the migration guide at https://backend.pdm-project.org/migration/
the only change that is required is to switch the backend.
  • Loading branch information
bcbnz committed Dec 31, 2024
1 parent f0ddb55 commit 2150b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Documentation = "https://python-plyfile.readthedocs.io"
Repository = "https://github.com/dranjan/python-plyfile"

[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.pdm.scripts]
test-quick = "pytest test -v"
Expand Down

0 comments on commit 2150b9a

Please sign in to comment.