Commit c12dfd0
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 c12dfd0
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments