From 6f3b502c5cee5b22b17337ad088c0aef32a9e231 Mon Sep 17 00:00:00 2001 From: zeptofine Date: Fri, 10 Nov 2023 21:27:45 -0500 Subject: [PATCH] change license to reflect actual project license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6ddf1d..1b8ecd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "wcmatch<9.0,>=8.5", ] description = "" -license = {text = "MIT"} +license = {text = "GPL"} name = "imdataset-creator" readme = "README.md" requires-python = ">=3.10,<3.12"