Skip to content

Commit

Permalink
changed license field to license-expression (PEP 639)
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Apr 2, 2022
1 parent ebbe457 commit bbc1b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bbc1b57

Please sign in to comment.