diff --git a/pyproject.toml b/pyproject.toml index c54c2e9..e773553 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-expression = "AGPL-3.0-or-later" +license = { text = "AGPL-3.0-or-later" } keywords = [ "super-resolution", "upscaling",