Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that project artifacts are included in wheel distribution #187

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

pkalita-lbl
Copy link
Collaborator

This fixes the fact that project files are not included in the wheel distribution of this package. Unlike the source distributions, Poetry doesn't make it easy to include files from outside the package directory to be included in the wheel (see python-poetry/poetry#7153). The workaround is to temporarily copy the project directory before doing a poetry build.

cc @turbomam just FYI

@pkalita-lbl pkalita-lbl merged commit a987e84 into main Mar 5, 2024
2 checks passed
@pkalita-lbl pkalita-lbl deleted the fix-wheel-project-files branch March 5, 2024 18:44
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