Commit 4a172e8
committed
build: Fix package auto-discovery.
Commit 1fc63b5 tried to limit the
built packages to ignore other arbitrary top-level directories. But
in turn, it disabled the auto-discovery in setuptools completely.
This results in build warnings for the missing sub-packages that would
have been auto-discovered.
Switch to an explicit setuptools.packages.find configuration which
still limits to the canopen top-level package.1 parent b50616b commit 4a172e8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments