From d82df61dfababfbe0dc9fd00ca7dc9105bc2aa56 Mon Sep 17 00:00:00 2001 From: brentru Date: Sat, 25 Aug 2018 11:46:57 -0400 Subject: [PATCH] change adafruit_neopixel to neopixel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec5ef4d..b2eb264 100644 --- a/setup.py +++ b/setup.py @@ -56,5 +56,5 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - py_modules=['adafruit_neopixel'], + py_modules=['neopixel'], ) \ No newline at end of file