Skip to content

Commit 6c33475

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
setup.cfg: fix warning from setuptools wrt sambacc.grpc.protobufs
Fixes: #160 While it's not strictly necessary to make the protobuf file(s) part of the python library because we generate the code ahead of time this silences a warning from setuptools as well as making the file part of the library, so it's distributed along with the code - which could possibly be helpful in some situations. And it will be consistent with our plans for varlink interface files, which do *need* to be part of the library. Signed-off-by: John Mulligan <[email protected]>
1 parent bf6b8c3 commit 6c33475

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

sambacc/grpc/protobufs/__init__.py

Whitespace-only changes.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ packages =
2121
sambacc.schema
2222
sambacc.grpc
2323
sambacc.grpc.generated
24+
sambacc.grpc.protobufs
2425
sambacc.commands.remotecontrol
2526
include_package_data = True
2627

0 commit comments

Comments
 (0)