aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 20fd953..1af2b9e 100755
--- a/setup.py
+++ b/setup.py
@@ -27,10 +27,8 @@ class BuildGrpc(Command):
'-I=proto',
'--python_out=.',
'--custom_grpc_out=.',
- 'facade/l2cap.proto',
- 'facade/neighbor.proto',
- 'facade/common.proto',
- 'facade/rootservice.proto',
+ 'blueberry/host.proto',
+ 'blueberry/a2dp.proto'
])