From a2530fdc487d3aa915c1f3c84804b81c030e3889 Mon Sep 17 00:00:00 2001 From: Joshua Saxby Date: Thu, 1 Nov 2018 12:03:42 +0000 Subject: [PATCH] Undo delete of MANIFEST.in It turns out the file was NOT added accidentally as part of fixing the build. I think it is required in order for the LICENSE and README.md files to be included in the built distributions! --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c1a7121 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include LICENSE +include README.md