From c74df186fc0ace9f0328d39e70d56884a6d9308c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de> Date: Sun, 15 Mar 2020 20:12:22 +0100 Subject: [PATCH] fix manifest again --- MANIFEST.in | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 62ca37b..aa7779b 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 6222ac8..d1d5267 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' -- GitLab