Skip to content

Commit 9813926

Browse files
authored
Merge pull request #21 from makermelissa/master
Updated module name to correct one
2 parents bc80eab + 5ac649d commit 9813926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
# simple. Or you can use find_packages().
5050
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5151
# CHANGE `py_modules=['...']` TO `packages=['...']`
52-
packages=["adafruit_display_button"],
52+
py_modules=["adafruit_button"],
5353
)

0 commit comments

Comments
 (0)