summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-03-15 07:49:07 +0100
committerJürg Billeter <j@bitron.ch>2018-07-17 07:56:40 +0200
commit1a2ee26ef5b5b83a38f94a8fe3667fbcf8fa0235 (patch)
tree2f501314ae3e132d4701041730257c2686ae19fb /MANIFEST.in
parent9b63f6f293c4c61f243f2e4c7c4d269a55927ce6 (diff)
downloadbuildstream-1a2ee26ef5b5b83a38f94a8fe3667fbcf8fa0235.tar.gz
setup.py: Add grpcio dependency and support for code generation
This allows code generation with ./setup.py build_grpc
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
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