Skip to content

Commit 1ff2b87

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
setup.cfg: add new varlink and kmip packages
Add the new varlink and kmip related packages to the list in the setuptools config. Sort the list of packages so it's easier to read and understand. Signed-off-by: John Mulligan <[email protected]>
1 parent 24add76 commit 1ff2b87

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.cfg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ long_description_content_type = text/markdown
1818
packages =
1919
sambacc
2020
sambacc.commands
21-
sambacc.schema
21+
sambacc.commands.remotecontrol
22+
sambacc.commands.satellite
2223
sambacc.grpc
2324
sambacc.grpc.generated
2425
sambacc.grpc.protobufs
25-
sambacc.commands.remotecontrol
26+
sambacc.kmip
27+
sambacc.schema
28+
sambacc.varlink
29+
sambacc.varlink.interfaces
2630
include_package_data = True
2731

2832
[options.entry_points]

0 commit comments

Comments
 (0)