pyproject.toml: change license table to text

- set license SPDX compliant name

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2022-04-18 07:09:44 +09:00
parent cc6ec53761
commit 21bfff15ca

View File

@@ -2,7 +2,7 @@
name = "aqtinstall"
description = "Another unofficial Qt installer"
readme = "README.rst"
license = {file = "LICENSE"}
license = { text = "MIT License"}
authors = [
{name = "Hiroshi Miura", email = "miurahr@linux.com"},
]