From 48405f00c5b12106168d33d06aa0092296c2e92a Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Mon, 31 May 2021 18:07:30 +0000 Subject: [PATCH] Install necessary packages for additional utilities to work. --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a88bff3..6098eb0 100644 --- a/setup.py +++ b/setup.py @@ -107,8 +107,13 @@ setup( 'bemani.data.mysql', 'bemani.protocol', - # Wrapper scripts and WSGI imports + # Wrapper scripts, utilities and associated code. 'bemani.utils', + 'bemani.sniff', + 'bemani.format', + 'bemani.format.afp', + 'bemani.format.afp.blend', + 'bemani.format.afp.types', # Frontend packages 'bemani.frontend',