Added a template directory search list (vs. the previous single option)
[pyrisk.git] / setup.py
index 1b210b51639fea519ec72c729255d70c58084ed2..a49a18c8765319dd8f9a1a393113bb400460d5d3 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
     author='W. Trevor King',
     author_email='wking@drexel.edu',
     package_dir={'pyrisk': 'pyrisk'},
-    data_files=recursive_file_list('share/pyrisk', 'share/'),
+    data_files=recursive_file_list('share/pyrisk/templates', 'templates'),
     classifiers = [
         'Development Status :: 3 - Alpha',
         #'Environment :: Console',