cc-api / cc-trusted-api

Unified API to Access TCG Compliant measurement, event log, quote in Confidential Computing Environment.
Apache License 2.0
28 stars 18 forks source link

pypi: add a wildcard explicitly to match submodules #60

Closed dongx1x closed 5 months ago

dongx1x commented 5 months ago

The directory tdx in cctrusted_base does not build to the package since that parent package is matched by the pattern will not dictate if the submodule will be included or excluded from the distribution. We need to add a wildcard in the pattern to match submodules explicitly.

Reference: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html