changed license-expression to license so PDM can build the package

This commit is contained in:
k4yt3x 2022-11-13 01:14:47 +00:00
parent 30048ae304
commit 66f4c17294

View File

@ -3,7 +3,7 @@ name = "video2x"
description = "A video/image upscaling and frame interpolation framework"
readme = "README.md"
requires-python = ">=3.7"
license-expression = "AGPL-3.0-or-later"
license = { text = "AGPL-3.0-or-later" }
keywords = [
"super-resolution",
"upscaling",