From 739cd33e35d282d5a1a7880b5226e9f0c9bf584f Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Thu, 4 Aug 2022 14:14:14 -0700 Subject: [PATCH] add missing package entry --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2a88fbe0..5d087a51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ url = https://github.com/google/bumble [options] python_requires = >=3.8 -packages = bumble, bumble.transport, bumble.apps, bumble.apps.link_relay +packages = bumble, bumble.transport, bumble.profiles, bumble.apps, bumble.apps.link_relay package_dir = bumble = bumble bumble.apps = apps