Skip to content

Commit 4b9563d

Browse files
authored
Merge pull request #32 from brentru/fix-setup-error
Setup.py: switch `adafruit_neopixel` to `neopixel`
2 parents 879dc89 + d82df61 commit 4b9563d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656

5757
# You can just specify the packages manually here if your project is
5858
# simple. Or you can use find_packages().
59-
py_modules=['adafruit_neopixel'],
59+
py_modules=['neopixel'],
6060
)

0 commit comments

Comments
 (0)