Commit abfdd24
pyproject: include sub-packages in pip package
The include pattern "libkirk" only match the top-level package so
sub-packages like libkirk.channels is missing from the pip package.
Add "libkirk.*" to also include sub-packages.
Without this kirk fails with:
ValueError: Discover folder doesn't exist
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 279a9da commit abfdd24
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments