Skip to content

Commit b29ffa7

Browse files
committed
BUG/BLD: Add study_description_templates to setup
This folder was missing and thus when you tried to access the study_description page, the server would fail because the file wasn't there. Fixes #1134
1 parent 6636cb2 commit b29ffa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
'static/vendor/images/*.png',
7777
'static/vendor/js/*.js',
7878
'results/admin/jobname/*.html',
79-
'templates/*.html']},
79+
'templates/*.html',
80+
'templates/study_description_templates/*.html']},
8081
scripts=glob('scripts/*'),
8182
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'],
8283
'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},

0 commit comments

Comments
 (0)