You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to convince hatch to include some C++ source files in the sdist archive. I would like to understand why using include does not work (force-include does, but it does not support globs like **/*.h, so it's not optimal).
FWIW, I think the nested folder is more suspect than non Python files. Non Python files are fine in the first subfolder, it's just missing the second folder entirely. If I remove all hatch configuration (I don't think that
Hello, I am trying to convince hatch to include some C++ source files in the sdist archive. I would like to understand why using
include
does not work (force-include
does, but it does not support globs like**/*.h
, so it's not optimal).Given the docs I would expect this to work.
I'm using all the globs I could think of but the sdist does not contain that
submodule.h
file:A full reproducer is available at https://github.com/eguiraud/hatch-bazel-and-pybind11/tree/include-problem-repro .
The text was updated successfully, but these errors were encountered: