diff --git a/MANIFEST.in b/MANIFEST.in
index 62ca37b7729682160b15349d3a87b11eccf21889..aa7779b8f49754ed7e88889fb5e375e15afae5a5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
 include README.md
-recursive-include templates *
+recursive-include templates/host *
+recursive-include templates/container *
diff --git a/setup.py b/setup.py
index 6222ac86226a1f314b621c9219281be453aefb19..d1d52670c76fd279e91942e327ec59607045e202 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-VERSION = '1.0.2'
+VERSION = '1.0.3'
 AUTHOR = 'Michael Loipführer'