From 1e5c99a51bc31ccd5f38548c19c02dfb6d4bf904 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de>
Date: Sun, 15 Mar 2020 19:58:24 +0100
Subject: [PATCH] fix manifest

---
 MANIFEST.in | 2 +-
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index ffc75f0..62ca37b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
 include README.md
-include templates
\ No newline at end of file
+recursive-include templates *
diff --git a/setup.py b/setup.py
index 31912af..6222ac8 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-VERSION = '1.0.1'
+VERSION = '1.0.2'
 AUTHOR = 'Michael Loipführer'
 
 
-- 
GitLab