From 5623e77b5c79c84d200d0d9c970e99ffeab6877a Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sun, 11 Dec 2022 23:05:17 +0100 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3364db4..ca46991 100644 --- a/setup.py +++ b/setup.py @@ -80,4 +80,5 @@ setup( "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Build Tools", ], + license="MIT", )