Skip to content

Commit 2150b9a

Browse files
committed
Switch build backend to pdm-backend.
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.
1 parent f0ddb55 commit 2150b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Documentation = "https://python-plyfile.readthedocs.io"
4646
Repository = "https://github.com/dranjan/python-plyfile"
4747

4848
[build-system]
49-
requires = ["pdm-pep517>=1.0.0"]
50-
build-backend = "pdm.pep517.api"
49+
requires = ["pdm-backend"]
50+
build-backend = "pdm.backend"
5151

5252
[tool.pdm.scripts]
5353
test-quick = "pytest test -v"

0 commit comments

Comments
 (0)