Skip to content

Commit

Permalink
Updated path to glm_reporter templates for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kchawla-pi committed Feb 7, 2020
1 parent 8c87444 commit 8c3ed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def list_required_packages():
'nilearn.datasets.description': ['*.rst'],
'nilearn.reporting.data.html': ['*.html'],
'nilearn.stats.tests': ['*.nii.gz', '*.npz'],
'nilearn.stats.reporting.glm_reporter_templates': ['*.html'],
'nilearn.reporting.glm_reporter_templates': ['*.html'],
},
install_requires=list_required_packages(),
python_requires='>=3.5',
Expand Down

0 comments on commit 8c3ed03

Please sign in to comment.