From: Pieter Lenaerts <plenae@disroot.org>
Date: Wed, 10 Jun 2026 22:20:36 +0200
Subject: Set license in setup.py to MIT

Forwarded: https://github.com/uebelack/python-maxcube-api/commit/0d9351aeadb81d50aec1421335bc75a0d6d24cfe
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index e9a8230..ac1956c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
     author="David Uebelacker",
     author_email="david@uebelacker.ch",
     url="https://github.com/hackercowboy/python-maxcube-api.git",
-    license=license,
+    license="MIT",
     packages=["maxcube"],
     test_suite="tests",
     python_requires=">=3.7",
