diff --git a/setup.py b/setup.py index 66a61cf..5cbcc0b 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,8 @@ version="0.1", packages=find_packages(), install_requires=requirements, + package_data={"oceanstream": ["settings/*.json", "data/*.json"]}, + include_package_data=True, # Include package data # Optional metadata author="Pine View Software AS", author_email="hello@pineview.io",