I noticed that since upgrade to `2.13.0` from `2.1...
# general
f
I noticed that since upgrade to
2.13.0
from
2.12.0
, we cannot any longer produce Python wheels in a multiple top-level projects layout unless we add the
"/"
to the source root patterns which doesn’t seem to be necessary? Here’s the repo to reproduce. Saw a discussion here but don’t think the reason for this behaviour was discovered.
if we don’t know exactly why is this necessary, what are the side effects / complications of adding the
"/"
to the source root patterns so that it becomes
Copy code
[source]
root_patterns = ["/", "/helloworld"]
?