From 1a2ee26ef5b5b83a38f94a8fe3667fbcf8fa0235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 15 Mar 2018 07:49:07 +0100 Subject: setup.py: Add grpcio dependency and support for code generation This allows code generation with ./setup.py build_grpc --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 0ef33d078..3c8cc64b4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,3 +18,6 @@ recursive-include tests *.bst recursive-include tests *.conf recursive-include tests *.sh recursive-include tests *.expected + +# Protocol Buffers +recursive-include buildstream/_protos *.proto -- cgit v1.2.1