Skip to content

Conversation

@zliang-akamai
Copy link
Member

📝 Description

Add 'build' and 'build.*' to setuptools exclude list to prevent build artifacts from being recursively copied into themselves during successive builds.

This fixes the issue where find_packages() would discover build.lib.* as valid packages, causing nested build/lib/build/lib/... directories.

Issue:
image

Also updates MANIFEST.in to exclude legacy baked_version files and ensure tests are only included in source distributions, not wheels.

✔️ How to Test

make build

@zliang-akamai zliang-akamai requested a review from a team as a code owner November 24, 2025 21:09
@zliang-akamai zliang-akamai requested review from vshanthe and yec-akamai and removed request for a team November 24, 2025 21:09
Copy link
Contributor

@lgarber-akamai lgarber-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

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.

4 participants