From 2bbe6303810ebe181818f0e993567a0c133ac27b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 4 May 2018 17:54:14 +1000 Subject: [PATCH] general: Added missing files to manifest --- MANIFEST.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index d2aa0e1..08c7506 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,5 @@ -include pywal/templates/* -include pywal/backends/* -include pywal/scripts/* -include pywal/colorschemes/* -include pywal/colorschemes/light/* -include pywal/colorschemes/dark/* -include tests/* -include tests/test_files/* +recursive-include pywal/* +recursive-include tests/* include .pylintrc include README.md include LICENSE.md