Commit f537dd7
committed
fix: include sagemaker.mlops subpackages in sagemaker-mlops wheel (Fixes #5612)
Set namespaces=false to ensure subpackages sagemaker.mlops,
sagemaker.mlops.feature_store, and
sagemaker.mlops.feature_store.feature_processor are included in the
wheel distribution. Previously, namespaces=true caused setuptools to
treat sagemaker as a PEP 420 namespace package, excluding all
subdirectories from the wheel.
Fixes #56121 parent 3e1aef8 commit f537dd7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments