We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6636cb2 commit b29ffa7Copy full SHA for b29ffa7
setup.py
@@ -76,7 +76,8 @@
76
'static/vendor/images/*.png',
77
'static/vendor/js/*.js',
78
'results/admin/jobname/*.html',
79
- 'templates/*.html']},
+ 'templates/*.html',
80
+ 'templates/study_description_templates/*.html']},
81
scripts=glob('scripts/*'),
82
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'],
83
'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},
0 commit comments