summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-03 10:51:35 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-03 10:51:35 +0300
commit7cb2a4b266c1d140ebd3c9198ca5754acda576ae (patch)
tree1734e6ab980b085a4ae8c31daee6f1855bdd0dd2
parentf2f526701a4d4194c1ae7527396cec71d5ace6d6 (diff)
downloadjt-7cb2a4b266c1d140ebd3c9198ca5754acda576ae.tar.gz
Install templates in jtlib
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
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/*'],
+ },
)