From f7265f3e4e950fcd0c8cff86bd3cb63d2981ac11 Mon Sep 17 00:00:00 2001
From: Justin Chadwell <jedevc@gmail.com>
Date: Sat, 3 Nov 2018 14:46:27 +0000
Subject: [PATCH] Include set4 in package

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 5026412..7bf8838 100644
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ setup(
             'sets/set1/*/*/*',
             'sets/set2/*/*',
             'sets/set3/*/*',
+            'sets/set4/*/*',
             'backgrounds/*/*',
         ]
     },