diff --git a/caraml-store-sdk/python/setup.py b/caraml-store-sdk/python/setup.py index ed1672e..bc4e398 100644 --- a/caraml-store-sdk/python/setup.py +++ b/caraml-store-sdk/python/setup.py @@ -37,6 +37,7 @@ python_requires=REQUIRES_PYTHON, url=URL, packages=find_packages(exclude=("tests",)), + include_package_data=True, install_requires=REQUIRED, extras_require=EXTRA_REQUIRED, use_scm_version={"root": "../..", "relative_to": __file__, "tag_regex": TAG_REGEX},