From bd34313e61363dae8132c80398a376db883fd67c Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Thu, 19 Oct 2023 17:29:04 +0300 Subject: [PATCH] Set MIT license --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 66ee6e9..8231bca 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup_kwargs = { 'name': 'unitsnet-py', 'version': '0.1.65', + 'license': 'MIT', 'keywords': 'conversion, units-of-measure, units, quantities, unit-converter, converter, unit, measure, measures, measurement, measurements', 'description': 'A better way to hold unit variables and easily convert to the destination unit', 'long_description': long_description,