From b3c68e25f10a4c29e7cbeffc511a256766698c70 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 3 Feb 2021 16:25:32 -0800 Subject: [PATCH] Include `pwmio` in the package --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5c29979..a3ebaca 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ setup( "digitalio", "micropython", "pulseio", + "pwmio", "neopixel_write", ], package_data={ -- 2.49.0