From cb2de5965a125590fb55882aaee535698d7d5720 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 27 Sep 2015 13:28:11 -0700 Subject: [PATCH] Fixed MANIFEST for the new templates path. --- MANIFEST.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 265d617..1770656 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,7 @@ include version.py -include CHANGELOG.rst CONTRIBUTORS.rst LICENSE +include CHANGELOG.rst +include CONTRIBUTORS.rst +include README.rst +include LICENSE include rtv.1 -include rtv/templates/* +include templates/*