From 7f0e01c5dc9764bfd1c6805a3e95df5559e02503 Mon Sep 17 00:00:00 2001 From: Lucas Ouwens <130470448+CoCreate-SMWLucasO@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:14:50 +0200 Subject: [PATCH] chore: explicitly state MIT license in `setup.py` so that `Trivy` can catch it --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 01ed9bc..d36a955 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,6 @@ download_url='https://github.com/ankushshah89/python-docx2txt/tarball/0.9', keywords=['python', 'docx', 'text', 'images', 'extract'], scripts=scripts, + license="MIT", classifiers=[], )