From 31ecf0a95e1ccb9f387e6760062657338bf0ba1f Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Fri, 4 Mar 2016 13:13:22 -0800 Subject: [PATCH] Include the changelog in the manifest Fixes #91 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index fc2d9af..1ea2323 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.md +include CHANGELOG.md include requirements.txt include buildutils/*