changed license field to license-expression (PEP 639)

This commit is contained in:
k4yt3x 2022-04-02 05:36:22 +00:00
parent ebbe4570d5
commit bbc1b57445

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 = { text = "AGPL-3.0-or-later" }
license-expression = "AGPL-3.0-or-later"
keywords = [
"super-resolution",
"upscaling",