From 262b65453aeb6bd8e1ac8da23fb6d7e8ea683d0f Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Fri, 7 Oct 2022 15:59:48 +0200
Subject: [PATCH] added license declaration, in addition to classifiers

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 77f5f107..d19dfe66 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ setup(
         ]
     },
     include_package_data=True,
+    license='MIT',
     classifiers=[
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.6',
-- 
GitLab