You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments