diff --git a/setup.py b/setup.py index 875ccbc62..ed8b279b7 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ python_requires=REQUIRES_PYTHON, url=URL, packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]), - package_data={'floris': ['turbine_library/*.yaml']}, + package_data={'floris': ['turbine_library/*.yaml', 'simulation/wake_velocity/turbopark_lookup_table.mat']}, install_requires=REQUIRED, extras_require=EXTRAS, include_package_data=True,