aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-04-01 09:57:46 +1000
committerGitHub <[email protected]>2018-04-01 09:57:46 +1000
commitd8dd569dc14d01885053898151a76c70ab33589b (patch)
tree64bfa48010a41da30c2fe4f1f8dd8ba4cbbdb59a /MANIFEST.in
parentgeneral: Add backends to manifes (diff)
parenttheme: cleanup (diff)
downloadpywal-d8dd569dc14d01885053898151a76c70ab33589b.tar.xz
pywal-d8dd569dc14d01885053898151a76c70ab33589b.zip
Merge pull request #200 from dylanaraps/themes
themes: Initial theme support
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b0bc7ae..7014f98 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
include pywal/templates/*
include pywal/backends/*
include pywal/scripts/*
+include pywal/colorschemes/*
include tests/*
include tests/test_files/*
include .pylintrc