From 8b4e430109b2ab902153fa236c6e1ba879bf0156 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 13 Aug 2022 10:01:46 +0100 Subject: [PATCH] Add license to setup.py This will display it in PyPI as well as make it readable by tools like [pip-licenses](https://pypi.org/project/pip-licenses/). --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8202eff..01f0219 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ name='pyseeyou', version='1.0.2', description='A Python Parser for the ICU MessageFormat.', + license='MIT License', long_description=long_description, long_description_content_type="text/x-rst", author='Siame Rafiq',