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

publication of the sdist file on pypi does not allow on-the-fly build #220

Open
johannct opened this issue Oct 16, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@johannct
Copy link
Member

The problem lies in the fact that the sdist does not include the populated extern/pybind11 directory. The root cause seems to be that sdist by default is created by gathering default dirs, like the src directory, and does not grab the extern directory. One quick fix is to write a MANIFEST.in file, with just the following inside :

recursive-include extern *
@johannct johannct added the bug Something isn't working label Oct 16, 2024
@johannct johannct self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant