Skip to content

Commit

Permalink
Include TurbOPark lookup table in pip-installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Jun 22, 2022
1 parent b3f29bb commit ab62c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab62c97

Please sign in to comment.