Skip to content

Commit 28a1a5e

Browse files
authored
Merge pull request #347 from akuker/main
Include transport.grpc_protobuf in the setup package.
2 parents f0e5cde + 6310dc7 commit 28a1a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2022 Google LLC
1+
# Copyright 2021-2023 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ url = https://github.com/google/bumble
2424

2525
[options]
2626
python_requires = >=3.8
27-
packages = bumble, bumble.transport, bumble.drivers, bumble.profiles, bumble.apps, bumble.apps.link_relay, bumble.pandora, bumble.tools
27+
packages = bumble, bumble.transport, bumble.transport.grpc_protobuf, bumble.drivers, bumble.profiles, bumble.apps, bumble.apps.link_relay, bumble.pandora, bumble.tools
2828
package_dir =
2929
bumble = bumble
3030
bumble.apps = apps

0 commit comments

Comments
 (0)