We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should support hatchling-style force-includes. See #669.
The text was updated successfully, but these errors were encountered:
I've played with this and I think it's going to be harder than I expected. I think we really need a set of three paths each, something like:
[[tool.scikit-build.force-include]] source = "../other-folder" sdist = "src/other-folder" wheel = "other-folder"
We need a place to copy it into the SDist, and a place to copy it in the wheel.
In light of that, I might revisit the original table suggestion as a simpler intermediate option.
Sorry, something went wrong.
No branches or pull requests
We should support hatchling-style force-includes. See #669.
The text was updated successfully, but these errors were encountered: