From 806d3c827bff7c9009f3c4b90cc08c169c4e9e0a Mon Sep 17 00:00:00 2001 From: mikf <mikf@dtu.dk> Date: Fri, 11 Jun 2021 11:56:05 +0200 Subject: [PATCH] include surrogates when installing (helpful for running on e.g. Colab) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d257e45b..4a3422069 100644 --- a/setup.py +++ b/setup.py @@ -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=[ -- GitLab