Skip to content

Commit 285a96a

Browse files
committed
Remove asterisk
1 parent 649fca0 commit 285a96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(fname):
1717
packages=["windpowerlib"],
1818
package_data={
1919
"windpowerlib": [
20-
os.path.join("data", "**.csv"),
20+
os.path.join("data", "*.csv"),
2121
os.path.join("data", "default_turbine_data", "*.csv"),
2222
os.path.join("oedb", "*.csv"),
2323
]

0 commit comments

Comments
 (0)