Skip to content
Snippets Groups Projects
Commit 806d3c82 authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

include surrogates when installing (helpful for running on e.g. Colab)

parent 2744ce1a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@ setup(name='py_wake',
package_data={
'py_wake': ['examples/data/iea37/*.yaml',
'examples/data/*.npz'
'tests/test_files/fuga/2MW/Z0=0.03000000Zi=00401Zeta0=0.00E+0/*.*'
'tests/test_files/fuga/2MW/Z0=0.03000000Zi=00401Zeta0=0.00E+0/*.*',
'examples/data/iea34_130rwt/*/*/*.h5',
'examples/data/iea34_130rwt/*/*/*.json',
],
},
install_requires=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment