From 6d18f00a602fada34da97cae910ce8a52c5e81e9 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 23 Feb 2026 22:40:01 +0100 Subject: [PATCH] Fixed license error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a69426..d6710a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,4 @@ build-backend = "setuptools.build_meta" name = "config-parser" version = "1.2.1" description = "A configuration file parser." -license = "MIT" \ No newline at end of file +license = "Apache-2.0" \ No newline at end of file