Skip to content

Commit 51bb0a1

Browse files
committed
fix: add d3 to setup
1 parent 3219fc6 commit 51bb0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/external/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
def configuration(parent_package='',top_path=None):
44
from numpy.distutils.misc_util import Configuration
55
config = Configuration('external', parent_package, top_path)
6+
config.add_data_files('d3.v3.min.js')
67
return config
78

89
if __name__ == '__main__':

0 commit comments

Comments
 (0)