From d2e5d784b4b1376e294b032e937479a7104a47d0 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Thu, 2 Sep 2021 13:55:47 +0200 Subject: [PATCH] Add official OSI name in the license metadata This makes it easier for automatic license checkers to verify the license of this package. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f7080c51..f92242b9 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ def recursive_include(module): name="kivy-ios", version="1.3.0.dev0", description="Kivy for iOS", + license="MIT License", long_description=read("README.md"), long_description_content_type="text/markdown", author="The Kivy team",