Skip to content

Commit

Permalink
Merge pull request #32 from brentru/fix-setup-error
Browse files Browse the repository at this point in the history
Setup.py: switch `adafruit_neopixel` to `neopixel`
  • Loading branch information
ladyada authored Aug 25, 2018
2 parents 879dc89 + d82df61 commit 4b9563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)

0 comments on commit 4b9563d

Please sign in to comment.