Skip to content

Conversation

@acolomb
Copy link
Member

@acolomb acolomb commented Aug 5, 2025

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.

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.
@codecov
Copy link

codecov bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@acolomb acolomb merged commit 317fd3d into canopen-python:master Aug 5, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant