From 9ea93be723f94f985199673a748f8233e6af0538 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Thu, 4 Aug 2022 14:27:21 -0700 Subject: [PATCH] add missing package entry (#21) --- 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