From 5b86e48b5bd9b48d6066b17fab4284d76715add1 Mon Sep 17 00:00:00 2001 From: Arnold Bloemert Date: Fri, 8 Nov 2019 20:22:11 +0100 Subject: [PATCH] Include license file in the sdist package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7f2830..df57ca0 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def load_version(): # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. package_data={ - '': ['*.md'], + '': ['*.md', 'LICENSE'], }, # Although 'package_data' is the preferred approach, in some case you may