diff --git a/setup.py b/setup.py index 4489cfd..2715d86 100644 --- a/setup.py +++ b/setup.py @@ -142,6 +142,12 @@ setup( "bemani/format/afp/types/generic.py", ] ), + Extension( + "bemani.format.dxt", + [ + "bemani/format/dxt.py", + ] + ), ], language_level=3, ),