From 574c4fdc7d4fc0c8c2594592859c9a67886f21bc Mon Sep 17 00:00:00 2001 From: Jecsan Blanco Licano Date: Fri, 19 Sep 2025 15:27:38 -0700 Subject: [PATCH] Update setup.py , updated license classifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commentjson component is flagged as “No License.” This appears to result from missing or incomplete metadata provided by the publisher. While the PyPI page references an MIT license file in the README, it is not declared in a programmatically consumable way. The publisher’s intent to license under MIT seems clear, but the packaging does not properly expose this information. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 04a1370..9e60892 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ include_package_data=True, zip_safe=False, classifiers=classifiers, + license='MIT', install_requires=install_requires, tests_require=[ 'six',