From 7cb2a4b266c1d140ebd3c9198ca5754acda576ae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 3 Oct 2015 10:51:35 +0300 Subject: Install templates in jtlib --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 25e4af3..876de80 100644 --- a/setup.py +++ b/setup.py @@ -25,4 +25,7 @@ setup(name='jt', url='http://liw.fi/jt/', scripts=['jt'], packages=['jtlib', 'jtlib.plugins'], + package_data={ + 'jtlib': ['templates/*'], + }, ) -- cgit v1.2.1