Skip to content

Commit ddcbd4d

Browse files
committed
adding pickle file rainbow2.pkl for mapping colors from genesis
1 parent 2ea935b commit ddcbd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
],
6060
install_requires = [ 'numpy' ],
6161
package_dir = { 'moose' : 'moose', 'rdesigneur' : 'rdesigneur' },
62-
package_data = { 'moose' : ['_moose' + suffix, 'neuroml2/schema/NeuroMLCoreDimensions.xml'] },
62+
package_data = { 'moose' : ['_moose' + suffix, 'neuroml2/schema/NeuroMLCoreDimensions.xml','chemUtil/rainbow2.pkl'] },
6363
)

0 commit comments

Comments
 (0)