Commit 9a1204a
committed
fix(coordinode): use sources mapping to include package files in wheel
packages = ["coordinode"] looks for coordinode/coordinode/ subdir which
does not exist — pyproject.toml is inside the package directory itself.
sources = {"." = "coordinode"} maps the current dir as the coordinode
package, producing a wheel with actual Python files.
The 0.4.1 wheel contained 0 Python files, making the package unimportable.1 parent 2f55798 commit 9a1204a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments