From 4564cc5dde5811d07c357e2cab695ed7d87aad71 Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Thu, 24 Feb 2022 15:13:24 +0100 Subject: [PATCH] Include license file in source --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb3fe06..6c1aeac 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ author='Terry Zhao', author_email='zhao.terryy@gmail.com', license='MIT', + license_files = ('LICENSE'), python_requires='>=3.4', install_requires=[ 'mkdocs>=0.17',