Skip to content

Commit b493bd6

Browse files
authored
add default_turbine_data to pip install package_data (#133)
1 parent ec6a637 commit b493bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def read(fname):
1717
packages=["windpowerlib"],
1818
package_data={
1919
"windpowerlib": [
20-
os.path.join("data", "*.csv"),
20+
os.path.join("data", "**.csv"),
21+
os.path.join("data", "default_turbine_data", "*.csv"),
2122
os.path.join("oedb", "*.csv"),
2223
]
2324
},

0 commit comments

Comments
 (0)