tiktok / tiktok-business-api-sdk

An SDK built to facilitate application development to integrate with TikTok Business API.
https://ads.tiktok.com/marketing_api/docs?id=1764231376750658&rid=542rk6sm9jl
MIT License
83 stars 28 forks source link

Fix python package build #36

Closed SamuelTrendio closed 5 months ago

SamuelTrendio commented 7 months ago

This simple change makes it possible to properly build the python package.

Without the __init__.py file, the ticktok_business folder is not considered a python module and not included in the distribution.

CLAassistant commented 7 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

jasonchentt commented 5 months ago

This simple change makes it possible to properly build the python package.

Without the __init__.py file, the ticktok_business folder is not considered a python module and not included in the distribution.

We are the tiktok SDK official team and I will use another PR to fix this issue. Many thanks for your findings and comments

jasonchentt commented 5 months ago

The changes are already covered in another PR: https://github.com/tiktok/tiktok-business-api-sdk/pull/37, thanks!