From 3fdaa2de231c1921dad74457c5d32ec8d776368c Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 10 Feb 2022 10:40:36 -0800 Subject: [PATCH] Fix libgpiod further by updating setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a30af0..35b023e 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( "rainbowio", ], package_data={ - "adafruit_blinka.microcontroller.bcm283x.pulseio": ["libgpiod_pulsein"] + "adafruit_blinka.microcontroller.bcm283x.pulseio": ["libgpiod_pulsein", "libgpiod_pulsein64"] }, install_requires=[ "Adafruit-PlatformDetect>=3.13.0", -- 2.49.0