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',