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=[], )