Commit 0540742
committed
Fix package build to include all subpackages
Updated pyproject.toml to explicitly include magic_admin.resources and
magic_admin.utils subpackages. This fixes the ModuleNotFoundError that
occurred when importing magic_admin from the PyPI package.
The previous configuration only included the top-level magic_admin package,
causing the resources and utils modules to be missing from the distribution.1 parent b2db170 commit 0540742
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
0 commit comments