mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
12 lines
328 B
Diff
12 lines
328 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 9cdb819..671dc31 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -76,5 +76,5 @@ plugins = 'pydantic.mypy'
|
|
strict = true
|
|
|
|
[build-system]
|
|
-requires = ['pdm-pep517>=1.0.5']
|
|
-build-backend = 'pdm.pep517.api'
|
|
+requires = ['pdm-backend>=1.0.5']
|
|
+build-backend = 'pdm.backend'
|