There was an error while loading. Please reload this page.
2 parents 908c80c + 1929d7b commit 39fc217Copy full SHA for 39fc217
1 file changed
setup.py
@@ -31,8 +31,8 @@
31
package_dir={'': 'src'},
32
packages=find_packages("src"),
33
# If your package is a single module, use this instead of 'packages':
34
- py_modules=['bitbangio', 'board', 'busio', 'digitalio', 'micropython'],
35
- install_requires=['Adafruit-GPIO'],
+ py_modules=['bitbangio', 'board', 'busio', 'digitalio', 'micropython', 'neopixel_write'],
+ install_requires=['Adafruit-GPIO', 'rpi_ws281x'],
36
license='MIT',
37
classifiers=[
38
# Trove classifiers
0 commit comments