Skip to content

Commit

Permalink
add default_turbine_data to pip install package_data (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Jan 31, 2024
1 parent ec6a637 commit b493bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def read(fname):
packages=["windpowerlib"],
package_data={
"windpowerlib": [
os.path.join("data", "*.csv"),
os.path.join("data", "**.csv"),
os.path.join("data", "default_turbine_data", "*.csv"),
os.path.join("oedb", "*.csv"),
]
},
Expand Down

0 comments on commit b493bd6

Please sign in to comment.