updated PDM build backend

This commit is contained in:
k4yt3x 2023-05-31 19:18:10 +00:00
parent e725712be9
commit e535cf7333
No known key found for this signature in database

View File

@ -53,8 +53,8 @@ video2x = "video2x:main"
profile = "black"
[tool.pdm]
version = { from = "video2x/__init__.py" }
version = { source = "file", path = "video2x/__init__.py" }
[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend"]
build-backend = "pdm.backend"