From d86e3c771cf486661e3f7c2a073409eead7165ac Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Thu, 20 Oct 2016 11:10:27 -0400 Subject: [PATCH] MANIFEST.in: Add the license file. [ci skip] --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 19e672b9..1d3c8299 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,3 @@ +include LICENSE.txt + include toolz/tests/*.py