Exclude checked-in descriptor gencode from source wheels.

PiperOrigin-RevId: 614038432
pull/16111/head
Mike Kruskal 9 months ago committed by Copybara-Service
parent eee53125c4
commit 04397d4c77
  1. 5
      upb/reflection/BUILD

@ -221,7 +221,10 @@ filegroup(
"**/*.h",
"**/*.hpp",
],
exclude = ["stage0/**"],
exclude = [
"stage0/**",
"cmake/**",
],
),
visibility = [
"//python/dist:__pkg__",

Loading…
Cancel
Save