diff --git a/pyproject.toml b/pyproject.toml index 625a3ebb8..1ae0f731e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,12 @@ develop = [ [tool.setuptools.packages.find] include = ["floris*"] +[tool.setuptools.package-data] +floris = [ + "turbine_library/*.yaml", + "core/wake_velocity/turbopark_lookup_table.mat" +] + [project.urls] Homepage = "https://github.com/NREL/floris" Documentation = "https://nrel.github.io/floris/"