Skip to content

Commit

Permalink
updated PDM build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed May 31, 2023
1 parent e725712 commit e535cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -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"

0 comments on commit e535cf7

Please sign in to comment.