From a1c5c6053ed5e65b4f92f6f69bfdd83b3df72d50 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Wed, 7 Aug 2019 17:49:02 -0700 Subject: [PATCH] Added upb to python manifest --- PYTHON-MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/PYTHON-MANIFEST.in b/PYTHON-MANIFEST.in index 544fefbc487..f3ef08c8263 100644 --- a/PYTHON-MANIFEST.in +++ b/PYTHON-MANIFEST.in @@ -8,6 +8,7 @@ graft third_party/address_sorting graft third_party/boringssl graft third_party/cares graft third_party/nanopb +graft third_party/upb graft third_party/zlib include src/python/grpcio/_parallel_compile_patch.py include src/python/grpcio/_spawn_patch.py