Skip to content

Commit 39fc217

Browse files
authored
Merge pull request #32 from ladyada/master
add missing module
2 parents 908c80c + 1929d7b commit 39fc217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
package_dir={'': 'src'},
3232
packages=find_packages("src"),
3333
# 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'],
34+
py_modules=['bitbangio', 'board', 'busio', 'digitalio', 'micropython', 'neopixel_write'],
35+
install_requires=['Adafruit-GPIO', 'rpi_ws281x'],
3636
license='MIT',
3737
classifiers=[
3838
# Trove classifiers

0 commit comments

Comments
 (0)