From bbc1b57445993f5d895f2099562fb8ee598d5a8d Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 2 Apr 2022 05:36:22 +0000 Subject: [PATCH] changed license field to license-expression (PEP 639) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 760f45b..24579aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",