Fixed wrong license attribute

This commit is contained in:
Profitroll 2024-05-19 14:18:41 +02:00
parent 104f73afa4
commit 9d49b1b0c8
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

@ -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",