From 9704d13d9037125178347f90fef41221c57ff980 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Tue, 20 Dec 2016 09:33:25 +0100 Subject: [PATCH] Include templates directory in setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3a8aa92..c652299 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( exclude=['tests', 'testapp'], ), include_package_data=True, + package_data={'utils': ['templates/*']}, classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',