Skip to content

Commit

Permalink
fix: Fixed data folder bundling in openstef package. (OpenSTEF#546)
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Dmitriev <[email protected]>
  • Loading branch information
egordm authored Aug 27, 2024
1 parent 081593e commit 0bf8001
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 @@ -43,7 +43,7 @@ def read_long_description_from_readme():
# for more information
package_data={
# Include anything in the data directory
"openstef": ["data/*", "data/dazls_model_3.4.7/*", "*.license"]
"openstef": ["data/*", "data/**/*", "*.license"]
},
python_requires=">=3.9.0",
install_requires=read_requirements_from_file(),
Expand Down

0 comments on commit 0bf8001

Please sign in to comment.