Skip to content

Commit

Permalink
Merge pull request #123 from caraml-dev/include-package-data
Browse files Browse the repository at this point in the history
feat: include package data for python sdk package
  • Loading branch information
khorshuheng authored May 28, 2024
2 parents 4938b55 + b9ab86d commit 009fb3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caraml-store-sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 009fb3f

Please sign in to comment.