diff --git a/setup.py b/setup.py index e00ebb1ea..89e15f0b8 100644 --- a/setup.py +++ b/setup.py @@ -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(),