From 9d49b1b0c8b5af7c5716598dcacc0068add26021 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 19 May 2024 14:18:41 +0200 Subject: [PATCH] Fixed wrong license attribute --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a17c384..41f7f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [{ name = "Profitroll", email = "profitroll@end-play.xyz" }] description = "Small module that makes your journey with RMV REST API somehow easier." readme = "README.md" requires-python = ">=3.8" -license = { text = "GPL3" } +license = { text = "MIT" } classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",