Skip to content

Commit

Permalink
Remove asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 1, 2024
1 parent 649fca0 commit 285a96a
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 @@ -17,7 +17,7 @@ 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 285a96a

Please sign in to comment.