From 0f056b9672bf1cca21a92c50924f05646eec5a9f Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 16 Aug 2019 13:46:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20dinglehopper:=20Really=20install?= =?UTF-8?q?=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 805c40b..a7491b5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), install_requires=install_requires, package_data={ - '': ['*.json', '*.yml', '*.yaml', '*.j2'], + '': ['*.json', 'templates/*'], }, entry_points={ 'console_scripts': [